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