// RUN: %clang_cc1 -std=c++11 -fsyntax-only -verify %s -fcxx-exceptions
using X = struct ;
using Y = struct ;
;
;
void
void throw
alignas int x; // expected-error {{'Aa' cannot be defined in a type specifier}}
int a = sizeof; // expected-error {{'So' cannot be defined in a type specifier}}
int b = alignof; // expected-error {{'Ao' cannot be defined in a type specifier}}
const std::type_info &ti = typeid; // expected-error {{'Ti' cannot be defined in a type specifier}}