// RUN: %clang_cc1 -fsyntax-only -std=c++11 -verify %s
;
; // expected-error{{explicit instantiation cannot be 'inline'}}
;
; // expected-error{{explicit instantiation cannot be 'constexpr'}}
;
; // expected-error {{enumerations cannot be explicitly instantiated}}
; // expected-error {{explicit instantiation of 't' does not refer to}}