summaryrefslogtreecommitdiff
path: root/miniany/test1.c
diff options
context:
space:
mode:
Diffstat (limited to 'miniany/test1.c')
-rw-r--r--miniany/test1.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/miniany/test1.c b/miniany/test1.c
index 9c971ca..2358298 100644
--- a/miniany/test1.c
+++ b/miniany/test1.c
@@ -2,6 +2,7 @@
void main( )
{
+ char c;
int i;
int j;
int k;
@@ -37,4 +38,6 @@ void main( )
putint( i );
i = i+1;
} while( i <= 5 );
+
+ c = 42;
}