Sign in
gnu
/
gcc
/
d769c5040874bf9546f2524f3f1d2a894165f92a
/
.
/
gcc
/
testsuite
/
g++.dg
/
cpp1y
/
digit-sep-neg-2.C
blob: 09393aaf838d2136b6a86cea60abe05133c8de6f [
file
] [
log
] [
blame
]
// Test adjacent digit separators rejected in exponent (bug 83873).
// { dg-do compile { target c++14 } }
double
d
=
1.0e1
''
0
;
/* { dg-error "adjacent digit separators" } */