diff options
author | Tom Smeding <tom.smeding@gmail.com> | 2018-01-05 17:52:38 +0100 |
---|---|---|
committer | Tom Smeding <tom.smeding@gmail.com> | 2018-01-05 17:52:38 +0100 |
commit | a298cb75c4f586b83b304c7dc66cb555693ea1b8 (patch) | |
tree | 7b620a14b5acb4f7e3e29fcbf36ac11ff660c175 /test | |
parent | 9911f9a73c7dc46069199e52f2bc54082d10366c (diff) |
Stuff
Diffstat (limited to 'test')
-rw-r--r-- | test/t1.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -17,5 +17,5 @@ int fibo(int n) { int main(int argc, int **argv) { int a = 1; int b = 2 + a * 3; - holo_dec(a); + // holo_dec(a); } |