// { dg-do compile { target { c++11 && { ! c++14 } } } } template int operator"" _script() // { dg-error "3:literal operator template" } { return 42; } int i = "hi!"_script;