gcc/tests/Regression/bz1852781-Compiling-with-flto-and-g-removes-CET-support/x.c
2021-07-09 15:36:20 +02:00

9 lines
70 B
C

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