Enable -Werror for romcc
[coreboot.git] / util / romcc / tests / simple_test57.c
1 static void main(void)
2 {
3         for(;;) {
4         }
5 }