[Compiler Explorer](https://godbolt.org/z/MehKvvE9G) ```cpp template <typename T> struct foo {}; template <foo x> constexpr static auto bar = x; ``` Passing a templated type without specifying the template with `-Wpre-c++17-compat` crashes the compiler