xref
: /
netbsd-src
/
tests
/
usr.bin
/
xlint
/
lint1
/
d_alignof.c
(revision bdc22b2e01993381dcefeff2bc9b56ca75a4235c)
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
/* __alignof__ */
2
int
3
main
(
void
)
4
{
5
return
__alignof__
(
short
);
6
}
7