// RUN: %clang_cc1 -std=c++11 -fsyntax-only -verify %s
;
using X = A; // expected-note {{declared here}}
; // expected-error {{type alias template 'X' cannot be referenced with a struct specifier}}
using Id = T; // expected-note {{declared here}}
;
; // expected-note {{requested here}}