brintos

brintos / llvm-project-archived public Read only

0
0
Text · 113 B · 1ef5cf3 Raw
6 lines · c
1// RUN: %clang_cc1 -emit-llvm %s  -o /dev/null2 3int foo(int len, char arr[][len], int X) {4  return arr[X][0];5}6