repo.or.cz
/
smatch.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
unwind: use the shared success_fail_return() function
[smatch.git]
/
validation
/
c11-alignof.c
blob
83c0e70d9d09b25987a7a949dbcdcfe1f0eae119
1
static int
foo
(
void
)
2
{
3
return
_Alignof
(
short
);
4
}
5
6
/*
7
* check-name: c11-alignof
8
* check-command: test-linearize -std=c11 $file
9
*
10
* check-output-ignore
11
* check-output-contains: ret\\.32 *\\$2
12
*/