aboutsummaryrefslogtreecommitdiff
path: root/test/t1.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/t1.c')
-rw-r--r--test/t1.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/t1.c b/test/t1.c
index 229d5e9..33890fb 100644
--- a/test/t1.c
+++ b/test/t1.c
@@ -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);
}