Fariborz Jahanian | 862fac9 | 2010-05-14 21:35:02 +0000 | [diff] [blame^] | 1 | // RUN: %clang_cc1 -fsyntax-only -pedantic -verify %s |
2 | |||||
3 | class Foo::Bar { // expected-error {{use of undeclared identifier 'Foo'}} \ | ||||
4 | // expected-note {{to match this '{'}} \ | ||||
5 | // expected-error {{expected ';' after class}} | ||||
6 | // expected-error {{expected '}'}} |