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: f460d16aff978d73884baac84dfb9d04d203547f (
plain
)
1
2
3
4
struct s { int x; static_assert(1, ""); };