7 ms·
It's also the shortest C program that you can link at all.
by sbanach 13y ago
It's also the shortest C program that you can link at all.
- efermat 13y ago$ echo "m;" > short.c $ gcc -O0 -c short.c short.c:1: warning: data definition has no type or storage class $ ld -e _m -o short short.o ld: warning: -macosx_version_min not specified, assuming 10.7 $ ./short [1] 2040 segmentation fault ./short