index
:
coreboot
2560p
820g2
autoport-hsw
broadwell_refcode
e6230
e7240_bdw
haswell-mrc
hp820g1
hp9480m
mec1322
Some coreboot project code with my work
vimacs
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
util
/
romcc
/
tests
/
simple_test65.c
blob: 9921e2e9cce30dce24b39994f648ce95f6daf6c2 (
plain
)
1
2
3
4
5
6
7
8
9
10
enum tag { X=1, Y=2, }; static void main(void) { enum tag foo; foo = Y; }