// RUN: %clang_cc1 -fsyntax-only -verify %s
// PR4364
;
;
B
// Some extra tests for invalid cases
; // expected-error{{expected '(' for function-style cast or type construction}}
; // expected-error{{expected a qualified name after 'typename'}}
; // expected-error{{refers to non-type member}} expected-error{{expected '(' for function-style cast or type construction}}
// PR12884