repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[docs] Add LICENSE.txt to the root of the mono-repo
[llvm-project.git]
/
clang
/
test
/
Lexer
/
numeric-literal-trash.c
blob
c3c6b7308504fdfc2596ecf2294206eb87957e3c
1
/* RUN: %clang_cc1 -fsyntax-only -verify %s
2
* expected-no-diagnostics */
3
# define XRECORD(x, c_name) e##c (x, __LINE__)
4
5
6
7
int
ec
(
int
,
int
);
8
9
10
void
x
(
void
) {
11
12
XRECORD
(
XRECORD
(
1
,
1
),
1
);
13
}