- Upgrade to romcc version 0.63
[coreboot.git] / util / romcc / tests / simple_test79.c
diff --git a/util/romcc/tests/simple_test79.c b/util/romcc/tests/simple_test79.c
new file mode 100644 (file)
index 0000000..2f501ca
--- /dev/null
@@ -0,0 +1,5 @@
+static void main(void)
+{
+       do {
+       } while(0);
+}