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 }