1 /* __alignof__ */
2 int
3 main(void)
4 {
5 	return __alignof__(short);
6 }
7