summaryrefslogtreecommitdiff
path: root/gcc/testsuite/g++.dg/cpp1y/pr64626-2.C
blob: 62c3546718c987a2156be8ecdc8b0c7291e3c94e (plain)
1
2
3
4
5
6
7
8
9
10
11
// PR c++/64626
// { dg-do compile { target c++14 } }

0''; // { dg-error "empty character constant" }

123'''; // { dg-error "empty character constant" }

// { dg-error "expected unqualified-id" "expected unqualified-id" { target *-*-* } 4 }

// { dg-error "missing terminating" "missing terminating" { target *-*-* } 6 }
// { dg-error "expected unqualified-id" "expected unqualified-id" { target *-*-* } 6 }