aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/g++.dg/cpp0x/udlit-linkage-neg.C
blob: 3e99807fb8e2a73b0148fb57055fa1adc797e2d0 (plain)
1
2
3
4
5
6
7
// { dg-do compile { target c++11 } }

extern "C"_badlinkage {	// { dg-error "expected unqualified-id before" }

int foo();

}