Ver Fonte

Added more test code to hello.c

Taddeus Kroes há 14 anos atrás
pai
commit
ad32fbbc07
1 ficheiros alterados com 3 adições e 0 exclusões
  1. 3 0
      benchmarks/hello.c

+ 3 - 0
benchmarks/hello.c

@@ -1,4 +1,7 @@
 int main(void)
 {
+    int x = 1;
+    double y = 2.;
+
     return 0;
 }