1 // PR c++/78244
2 // { dg-do compile { target c++14 } }
3 
4 template<typename>
5 decltype(int{1.1}) v; // { dg-error "narrowing conversion" }
6