aboutsummaryrefslogtreecommitdiffstats
path: root/test.c
diff options
context:
space:
mode:
Diffstat (limited to 'test.c')
-rw-r--r--test.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/test.c b/test.c
index cb188a3..4bfc9da 100644
--- a/test.c
+++ b/test.c
@@ -5,4 +5,6 @@ int main()
{ 3, 4, 5},
{ 6, 7, 8 }
};
+
+ return x[2][1];
}