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
/
fail_test6.c
blob: cc7bcf52c60f301a127d9f29c5aae486ab27e0a2 (
plain
)
1
2
3
4
5
6
7
8
9
10
11
static void hlt(void) { } static void main(void) { void *foo; foo = hlt; }