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
sparse, llvm: Kill ifdef'd unssa() call
[smatch.git]
/
validation
/
struct-attribute-placement.c
blob
53c12143563a27906b69d2edfadd8d9c292d9b93
1
struct
__attribute__
((
__aligned__
(
16
)))
foo
{
2
int
a
;
3
};
4
/*
5
* check-name: struct attribute placement
6
*/