rt_gccstream/gcc/testsuite/gcc.c-torture/compile/pr37418-4.c

7 lines
85 B
C

typedef void ft(int);
const ft f;
void f2(ft *p __attribute__((const)))
{
p = f;
}