// RUN: %clang_cc1 -std=c++2a -verify %s
void *operator new;
// Check that we give a good diagnostic for an attempt to use a postfix
// operator after a unary-expression.
// Check that we do parse postfix-expression suffixes after some more unusual
// kinds of postfix-expressions (null literals and builtin calls).