repo.or.cz
/
clang.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[Heikki Kultala] This patch contains the ABI changes for the TCE target.
[clang.git]
/
test
/
Lexer
/
numeric-literal-trash.c
blob
5407ba9824f721dcc794397bd1130103b4e82f75
1
/* RUN: %clang_cc1 -fsyntax-only -verify %s
2
*/
3
# define XRECORD(x, c_name) e##c (x, __LINE__)
4
5
6
7
int
ec
(
int
,
int
);
8
9
10
void
x
() {
11
12
XRECORD
(
XRECORD
(
1
,
1
),
1
);
13
}