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