1 // { dg-options "-Wall -Wno-noexcept-type -std=c++14" }
2 
f(int (*)()noexcept)3 void f(int(*)() noexcept) { }
4