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

9 lines
77 B
C
Raw Normal View History

2022-07-29 14:27:49 +00:00
#include <stdio.h>
int
main (void)
{
puts ("Hello World!");
return 0;
}