Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / clang / test / CXX / dcl.dcl / dcl.link / p7-2.cpp
blob1e8f39338c24c5b8f01c45fe012eedce7f994824
1 // RUN: %clang_cc1 -ast-print -o - %s | FileCheck %s
3 extern "C" int f(void);
4 // CHECK: extern "C" int f()
6 extern "C" int v;
7 // CHECK: extern "C" int v