// RUN: %clang_cc1 -pedantic-errors -std=c++11 -emit-pch %s -o %t
// RUN: %clang_cc1 -pedantic-errors -std=c++11 -include-pch %t -verify %s
// RUN: %clang_cc1 -pedantic-errors -std=c++11 -emit-pch -fpch-instantiate-templates %s -o %t
// RUN: %clang_cc1 -pedantic-errors -std=c++11 -include-pch %t -verify %s
using size_t = decltype;
int ;
auto decltype
int j = ""_foo;
int k = ;
int *l = ;
;
int m = ; // expected-error {{no matching}}
// expected-note@14 {{substitution failure}}