]> CyberLeo.Net >> Repos - FreeBSD/releng/10.3.git/blob - contrib/netbsd-tests/usr.bin/xlint/lint1/d_alignof.c
- Copy stable/10@296371 to releng/10.3 in preparation for 10.3-RC1
[FreeBSD/releng/10.3.git] / contrib / netbsd-tests / usr.bin / xlint / lint1 / d_alignof.c
1 /* __alignof__ */
2 int
3 main(void)
4 {
5         return __alignof__(short);
6 }