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
/
compatible-enum-types.c
blob: c605e909a53ed253c573bd74325c0200ff197ad9 (
plain
)
1
2
3
4
enum {A = 1} x; unsigned x; enum {B = -1} y; int y;