tests/Misc./cmdtest/program.c
2024-07-08 01:46:51 +02:00

5 lines
59 B
C

// @BAKE gcc $@ -o $*.out
signed main() {
return 17;
}