index
:
cproc.git
defer
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
static-assert-struct.c
blob: 3b9f97d836b2dae829fb714af57e39fd10834d23 (
plain
)
1
2
3
4
struct s { int x; _Static_assert(1, ""); };