index
:
minix3
master
Git Repository for an attempted revival of the Minix 3 Operating System
magh
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
usr.bin
/
xlint
/
lint1
/
d_alignof.c
blob: 4a661346305b949759f434d86d680a36f5879204 (
plain
)
1
2
3
4
5
6
/* __alignof__ */ int main(void) { return __alignof__(short); }