tests/C_C++/shebang.c
2024-12-10 20:40:17 +01:00

3 lines
49 B
C
Executable File

#!/usr/bin/tcc -run
signed main() { return 17; }