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

7 lines
77 B
C

int *__attribute__((__aligned__(16))) *p;
int main (void)
{
return **p;
}