1int *__attribute__((__aligned__(16))) *p;
2
3int main (void)
4{
5  return **p;
6}
7