Verification; minor tweak of testcase

This commit is contained in:
Daniel Marjamäki 2019-12-30 21:18:32 +01:00
parent 3ff31b799c
commit e4b29c6f98
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
void foo() {
int foo() {
int a[10];
a[0] = 0;
return a[2];