gcc/ChangeLog:
[official-gcc.git] / gcc / testsuite / g++.dg / cpp1z / noexcept-type11.C
blobbcd4d8d613d17e30233f5ba4b53eb47897af93f4
1 // { dg-options "-Wall -std=c++14" }
3 void f(int(*)() noexcept) { }   // { dg-warning "mangled" }