Emit unwritten symbols in Kconfig so we don't have to do constructs like
[coreboot.git] / util / romcc / tests / fail_test7.c
1
2
3 static void hlt(void)
4 {
5 }
6
7 static void main(void)
8 {
9         &hlt;
10 }