Make the kconfig-style build work in mingw:
[coreboot.git] / util / romcc / tests / simple_test57.c
1 static void main(void)
2 {
3         for(;;) {
4         }
5 }