gcc/tests/Regression/bz1852781-Compiling-with-fl.../x.c

9 lines
70 B
C

#include <stdio.h>
int
main ()
{
printf ("hello\n");
return 0;
}