Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / clang / test / CodeGenCXX / 2006-11-30-ConstantExprCrash.cpp
blob2088e63fd5f8d94e7c711ae03a645be24f6c5002
1 // RUN: %clang_cc1 %s -emit-llvm -o -
2 // PR1027
4 struct sys_var {
5 unsigned name_length;
7 bool no_support_one_shot;
8 sys_var() {}
9 };
12 struct sys_var_thd : public sys_var {
15 extern sys_var_thd sys_auto_is_null;
17 sys_var *getsys_variables() {
18 return &sys_auto_is_null;
21 sys_var *sys_variables = &sys_auto_is_null;