Enable -Werror for romcc
[coreboot.git] / util / romcc / tests / fail_test6.c
1
2
3 static void hlt(void)
4 {
5 }
6
7 static void main(void)
8 {
9         void *foo;
10         foo = hlt;
11 }