(root)/
gcc-13.2.0/
gcc/
testsuite/
g++.dg/
cpp1y/
digit-sep-neg-2.C
// 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" } */