PR libfortran/64770 Segfault when trying to open existing file with status="new".
[official-gcc.git] / gcc / testsuite / gcc.dg / lto / ipareference_1.c
blobc363b2bb65213d010b836c1aed2e0febbba4e85e
1 static int val;
2 int set_val (void)
4 val = 5;
6 int get_val (void)
8 return val;
10 __attribute__ ((__noinline__)) void
11 do_nothing ()
13 asm volatile ("":::"memory");