mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-27 13:30:05 +00:00
4 lines
65 B
C
4 lines
65 B
C
|
int foo(int len, char arr[][len], int X) {
|
||
|
return arr[X][0];
|
||
|
}
|