// No PCH:
// RUN: %clang_cc1 -pedantic -fsized-deallocation -std=c++1z -include %s -verify %s
//
// With PCH:
// RUN: %clang_cc1 -pedantic -fsized-deallocation -std=c++1z -emit-pch %s -o %t
// RUN: %clang_cc1 -pedantic -fsized-deallocation -std=c++1z -include-pch %t -verify %s
// RUN: %clang_cc1 -pedantic -fsized-deallocation -std=c++1z -emit-pch -fpch-instantiate-templates %s -o %t
// RUN: %clang_cc1 -pedantic -fsized-deallocation -std=c++1z -include-pch %t -verify %s
// expected-no-diagnostics
using size_t = decltype;
// Call the overaligned form of 'operator new'.
;
void *
// Extract the std::align_val_t type from the implicit declaration of operator delete.
AlignValT ;
using T = decltype;
// ok, calls aligned allocation via placement syntax
void *q = new Q;
using T = std::align_val_t; // ok, same type