summaryrefslogtreecommitdiff
path: root/miniany/test1.c
diff options
context:
space:
mode:
Diffstat (limited to 'miniany/test1.c')
-rw-r--r--miniany/test1.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/miniany/test1.c b/miniany/test1.c
index 2358298..30650f0 100644
--- a/miniany/test1.c
+++ b/miniany/test1.c
@@ -39,5 +39,7 @@ void main( )
i = i+1;
} while( i <= 5 );
- c = 42;
+ c = 41;
+ c = c + 1;
+ putchar( c );
}