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