This website works better with JavaScript
Home
Explore
Help
Sign In
taddeus
/
peephole
Watch
1
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Browse Source
Added more test code to hello.c
Taddeus Kroes
14 years ago
parent
e62c02fc21
commit
ad32fbbc07
1 changed files
with
3 additions
and
0 deletions
Split View
Show Diff Stats
3
0
benchmarks/hello.c
+ 3
- 0
benchmarks/hello.c
View File
@@ -1,4 +1,7 @@
int main(void)
{
+ int x = 1;
+ double y = 2.;
+
return 0;
}