1 // PR c++/90731
2 // { dg-do compile { target c++17 } }
3 
4 typedef void T() noexcept(true);
5 T t;
6 void t() noexcept(true);
7