xref: /llvm-project/clang/test/Preprocessor/stringize_skipped.c (revision b455fc429fe93247b9f88cfe0b659dd899f5c059)
1 // RUN: %clang_cc1 -fsyntax-only -verify %s
2 // Ensure we see the error from PP and do not see errors from the parser.
3 
4 // expected-error@+1{{'#' is not followed by a macro parameter}}
5 #define INVALID() #B 10+10
6