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