Sign in
gnu
/
gcc
/
a6d3012b274f38b20e2a57162106f625746af6c6
/
.
/
gcc
/
testsuite
/
g++.dg
/
cpp1y
/
digit-sep-line.C
blob: 48846e4222198c22df3162d3b703eebd78b6800a [
file
] [
log
] [
blame
]
// Test digit separators in #line (bug 82359).
// { dg-do compile { target c++14 } }
#line
0
'123
static_assert (__LINE__ == 123, "#line with digit separator");
#line 4'
56
'7'
8
'9
static_assert (__LINE__ == 456789, "#line with digit separator");