// RUN: %clang_cc1 -fsyntax-only -verify %s
typedef int INT;
;
typedef struct Anon;
extern const Anon anon;
extern "C" const Anon anon2;
// PR3188: The extern declaration complained about not having an appropriate
// constructor.
;
extern x a;
// A similar case.
;
extern y b;
;
// <rdar://problem/6815988>
;
// PR3948
void
;
void
A::S::operator int