aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/g++.dg/cpp1z/noexcept-type11a.C
blob: f5028d2f9a7b93092e9326a2f1505b753911bb67 (plain)
1
2
3
// { dg-options "-Wall -Wno-noexcept-type -std=c++14" }

void f(int(*)() noexcept) { }