Fixed some bugs.
[llvm/zpu.git] / test / FrontendC / 2010-06-11-SaveExpr.c
blobd1c122d79b481339447acfc08cae3f6c3baf0262
1 // RUN: %llvmgcc -S %s
2 // Test case by Eric Postpischil!
3 void foo(void)
5 char a[1];
6 int t = 1;
7 ((char (*)[t]) a)[0][0] = 0;