Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / clang / test / CodeGenCXX / array-pointer-decay.cpp
blob3fe6b72a54196c09ff914c1e1b6920bc12ca2ea7
1 // RUN: %clang_cc1 %s -emit-llvm -o -
3 void f(const char*);
5 void g() {
6 f("hello");