Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / clang / test / SemaCXX / rdar42746401.cpp
bloba2a941f2ae836a06eda1de9c109557812fe926f5
1 // RUN: %clang_cc1 -fsyntax-only -verify %s
3 template <int>
4 class b;
5 class c; // expected-note{{forward declaration}}
7 ::b<0> struct c::d // expected-error{{incomplete type}} expected-error{{expected unqualified-id}}