rt_gccstream/gcc/testsuite/gcc.c-torture/compile/pr21728.c

11 lines
102 B
C

int main (void)
{
__label__ l1;
void __attribute__((used)) q(void)
{
goto l1;
}
l1:;
}