aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/test.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/test.c')
-rw-r--r--test/test.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/test.c b/test/test.c
index 1a50690..c107101 100644
--- a/test/test.c
+++ b/test/test.c
@@ -104,6 +104,7 @@ int main() {
str[1]&=~0x20;
extern int printf(char *, ...);
printf("%s %d,%d\n",str, arr[0],arr[5]);
+ int bleh[500]={};
return sizeof arr;
}
//