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