Sign in
gnu
/
gcc
/
a6d3012b274f38b20e2a57162106f625746af6c6
/
.
/
gcc
/
testsuite
/
g++.dg
/
cpp1y
/
digit-sep-line-neg.C
blob: 239d0287b74b496f55031fa7cd6f143ed04a85e9 [
file
] [
log
] [
blame
]
// Test digit separators in #line (bug 82359). Test invalid usage.
// { dg-do preprocess { target c++14 } }
#line
0
''
123
// { dg-error "is not a positive integer" }
// { dg-error "adjacent digit separators" "adjacent" { target *-*-* } .-1 }