1 // { dg-do compile { target c++11 } }
3 int operator""_t (long long unsigned); // { dg-message "note: candidate"}
6 int operator""_t (long long unsigned); // { dg-message "note: candidate"}
10 int var = 10_t; // { dg-error "call of overloaded | is ambiguous" }