index
:
coreboot.git
macbookair5_2
macbookpro10_1
main
master
mbp101_medisable
mbp101_medisable_1
mbp82
x230
my copy of coreboot
User &
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
util
/
romcc
/
tests
/
simple_test62.c
blob: 8fed660c5a18e2c8017e4e56fa45cfe7ce04fa31 (
plain
)
1
2
3
4
5
6
7
static const int foo = 1; static void main(void) { int x; x = foo; }