7 lines
65 B
C
7 lines
65 B
C
|
/* __alignof__ */
|
||
|
int
|
||
|
main(void)
|
||
|
{
|
||
|
return __alignof__(short);
|
||
|
}
|