blob: dd9924ff1b1eacfdb67b30867776bd04c0af526d [file] [log] [blame]
// PR c++/90731
// { dg-do compile { target c++17 } }
typedef void T() noexcept(true);
T t;
void t() noexcept(true);