blob: 36d8f7a65381ac3a54a02eb0c1d7fdc6b2600f1d [file] [log] [blame]
Fariborz Jahanian862fac92010-05-14 21:35:02 +00001// RUN: %clang_cc1 -fsyntax-only -pedantic -verify %s
2
3class 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 '}'}}