/* __alignof__ */
int
main(void)
{
	return __alignof__(short);
}
