mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-03-18 12:31:26 +00:00
New testcase
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@13402 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
13b29f6844
commit
da4230e41d
3
test/CFrontend/2004-05-07-VarArrays.c
Normal file
3
test/CFrontend/2004-05-07-VarArrays.c
Normal file
@ -0,0 +1,3 @@
|
||||
int foo(int len, char arr[][len], int X) {
|
||||
return arr[X][0];
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user