Verification; minor tweak of testcase
This commit is contained in:
parent
3ff31b799c
commit
e4b29c6f98
|
@ -1,5 +1,5 @@
|
|||
|
||||
void foo() {
|
||||
int foo() {
|
||||
int a[10];
|
||||
a[0] = 0;
|
||||
return a[2];
|
||||
|
|
Loading…
Reference in New Issue