The latest tcc (0.9.27) *does* flawlessly compile this code (it's not (C)SFML itself, it's just a simple valid plain C example,
).
However, if you try to compile it using the tcc Windows binary (you are using Windows, don't you?) you need to add an additional include at the very top of your code #include <winapi/windows.h>:
#include <winapi/windows.h>
#include <SFML/Audio.h>
#include <SFML/Graphics.h>
int main()
...
To satisfy this import you may also have to add the 'include' folder from 'winapi-full-for-0.9.27.zip' to tcc's include folder (or read the 'readme.txt' in the zip file).
'winapi-full-for-0.9.27.zip' is available from:
http://download.savannah.gnu.org/releases/tinycc/