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

#include <string>

std::string operator"" 5X(const char*, std::size_t);	// { dg-error "expected suffix identifier" }