Enable -Werror for romcc
[coreboot.git] / util / romcc / tests / fail_test1.c
1 static void main(void)
2 {
3         int i;
4         i|=0x80;
5 }