Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / clang / test / CodeGen / 2010-06-11-SaveExpr.c
blobbfe0f35e269c5ab1febfbf7180d03f5085926b21
1 // RUN: %clang_cc1 -emit-llvm %s -o -
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;