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