[docs] Add LICENSE.txt to the root of the mono-repo
[llvm-project.git] / clang / test / Lexer / numeric-literal-trash.c
blobc3c6b7308504fdfc2596ecf2294206eb87957e3c
1 /* RUN: %clang_cc1 -fsyntax-only -verify %s
2 * expected-no-diagnostics */
3 # define XRECORD(x, c_name) e##c (x, __LINE__)
7 int ec(int, int);
10 void x(void) {
12 XRECORD (XRECORD (1, 1), 1);