Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / clang / test / CodeGenCXX / cxx0x-initializer-scalars.cpp
blob10c69660486757178ee8a6a9b9ea98659be238a9
1 // RUN: %clang_cc1 -std=c++11 -S -emit-llvm -o - %s | FileCheck %s
3 void f()
5 // CHECK: store i32 0
6 int i{};