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

extern "C" {

int
operator"" _badclinkage(unsigned long long);	// { dg-error "operator with C linkage" }

}