// RUN: %clang_cc1 -fsyntax-only -verify -std=c++11 %s
using size_t = decltype;
;
void
constexpr int
constexpr int // expected-warning {{C++14}}
constexpr int // expected-warning {{C++14}}
int
constexpr int
constexpr void *S::operator new noexcept
constexpr T // expected-warning {{C++14}}
constexpr T
// The constexpr specifier is allowed for static member functions of non-literal types.
;