blob: e9395fbbb4b3ad404a61a3c3f2d620a3d9b7aab5 (
plain)
1
2
3
4
5
|
// RUN: %clang_cc1 -fsyntax-only -verify %s
// Ensure we see the error from PP and do not see errors from the parser.
// expected-error@+1{{'#' is not followed by a macro parameter}}
#define INVALID() #B 10+10
|