repo.or.cz
/
minix.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
etc/services - sync with NetBSD-8
[minix.git]
/
external
/
bsd
/
llvm
/
dist
/
clang
/
test
/
Lexer
/
numeric-literal-trash.c
blob
60981feee16ba9bdc241572516326dcd1e972f93
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
() {
11
12
XRECORD
(
XRECORD
(
1
,
1
),
1
);
13
}