blob: f15deabc6da528d1ed54e9c09a3fab53de4b8452 [file] [log] [blame]
Fariborz Jahanian4fb20532010-05-14 21:35:02 +00001// RUN: %clang_cc1 -fsyntax-only -pedantic -verify %s
2
Argyrios Kyrtzidis661c36b2010-06-22 11:30:04 +00003// PR7180
4int f(a::b::c); // expected-error {{use of undeclared identifier 'a'}}
5
Fariborz Jahanian4fb20532010-05-14 21:35:02 +00006class Foo::Bar { // expected-error {{use of undeclared identifier 'Foo'}} \
7 // expected-note {{to match this '{'}} \
8 // expected-error {{expected ';' after class}}
9 // expected-error {{expected '}'}}