forked from OSchip/llvm-project
7 lines
305 B
C++
7 lines
305 B
C++
![]() |
// RUN: %clang_cc1 -fsyntax-only -pedantic -verify %s
|
||
|
|
||
|
class Foo::Bar { // expected-error {{use of undeclared identifier 'Foo'}} \
|
||
|
// expected-note {{to match this '{'}} \
|
||
|
// expected-error {{expected ';' after class}}
|
||
|
// expected-error {{expected '}'}}
|