foo(void)1 static int foo(void)
2 {
3 	return _Alignof(short);
4 }
5 
6 /*
7  * check-name: c11-alignof
8  * check-command: test-linearize -std=c11 $file
9  *
10  * check-output-ignore
11  * check-output-contains: ret\\.32 *\\$2
12  */
13