1 // { dg-do compile { target c++11 } }
2 
3 float operator ""_abc(const char*);
4 
5 int operator""_def(long double);
6