repo.or.cz
/
netbsd-mini2440.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Sync usage with man page.
[netbsd-mini2440.git]
/
regress
/
usr.bin
/
xlint
/
lint1
/
test25.c
blob
4a661346305b949759f434d86d680a36f5879204
1
/* __alignof__ */
2
int
3
main
(
void
)
4
{
5
return
__alignof__
(
short
);
6
}