浏览代码

Added more test code to hello.c

Taddeus Kroes 14 年之前
父节点
当前提交
ad32fbbc07
共有 1 个文件被更改,包括 3 次插入0 次删除
  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;
 }