blob: 40e071bd19a091cda9b935ac8c81b39269398fb8 [file] [log] [blame]
// RUN: clang-cc -emit-llvm < %s
void sum1(int rb) {
typedef unsigned char imgrow[rb];
typedef imgrow img[rb];
const img *br;
int y;
(*br)[y];
}