buildgcc: Add option to use ccache
[coreboot.git] / util / romcc / tests / simple_test21.c
1
2
3 static void main(void)
4 {
5         asm("hlt");
6 }