summaryrefslogtreecommitdiff
path: root/gcc/testsuite/g++.dg/cpp0x/udlit-clink-neg.C
blob: a80e7244afd294f9fc8953d2600e9d26346270fc (plain)
1
2
3
4
5
6
7
8
// { dg-options -std=c++0x }

extern "C" {

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

}