OSDN Git Service

PR c++/51553
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / g++.dg / cpp0x / udlit-clink-neg.C
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 }