فهرست منبع

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;
 }