blob: bbc6f422fcd2885a1ae900627ebd1b159a0ced9d [file] [log] [blame]
int *__attribute__((__aligned__(16))) *p;
int main (void)
{
return **p;
}