DEBSOURCES
Skip Quicknav
sources / llvm-2.9 / 2.9%2Bdfsg-7 / test / FrontendC / 2010-06-11-SaveExpr.c
12345678
// RUN: %llvmgcc -S %s // Test case by Eric Postpischil! void foo(void) { char a[1]; int t = 1; ((char (*)[t]) a)[0][0] = 0; }