Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / clang / test / CXX / dcl.decl / dcl.init / dcl.init.ref / p3.cpp
blob47e215a0a9041c43badde7599795ef62e21a702c
1 // RUN: %clang_cc1 -fsyntax-only -verify %s
2 int& r1; // expected-error{{declaration of reference variable 'r1' requires an initializer}}
3 extern int& r2;