gcc/tests/Sanity/test-m32-m64-options/hello.c

9 lines
77 B
C

#include <stdio.h>
int
main (void)
{
puts ("Hello World!");
return 0;
}