Sign in
gnu
/
gcc
/
a6d3012b274f38b20e2a57162106f625746af6c6
/
.
/
gcc
/
testsuite
/
g++.dg
/
cpp1y
/
digit-sep-paste.C
blob: 41fb967ef8d6dd2c342eacb0e20068ed991a19f3 [
file
] [
log
] [
blame
]
// Test token pasting with digit separators avoided for preprocessed output.
// { dg-do compile { target c++14 } }
// { dg-options "-save-temps" }
#define
ZERO
0
int
f
()
{
return
ZERO
'0'
0
;
/* { dg-error "expected" } */
}