1 // { dg-do compile { target c++11 } }
3 // Can't have *both* literal operator template and raw literal operator.
6 operator ""_abc(const char*)
13 operator ""_abc() // { dg-error "literal operator template|conflicts with raw literal operator" }
26 operator ""_def(const char*) // { dg-error "raw literal operator|conflicts with literal operator template" }
32 operator ""_ghi(long double)
39 operator ""_ghi() // OK