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
type: introduce get_final_type()
[smatch.git]
/
validation
/
c11-alignof.c
blob
238ef9941ef0b511209bc2c422930db187c571ff
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
*/