Index: src/benchmark/compile/empty.c
===================================================================
--- src/benchmark/compile/empty.c	(revision 3edc2df79a0bc8f27bb4751b39f173cd147bc079)
+++ src/benchmark/compile/empty.c	(revision 3edc2df79a0bc8f27bb4751b39f173cd147bc079)
@@ -0,0 +1,3 @@
+int main() {
+	return 0;
+}
