1 // { dg-options -std=c++0x }
2 
3 extern "C" {
4 
5 int
6 operator"" _badclinkage(unsigned long long);	// { dg-error "operator with C linkage" }
7 
8 }
9