2018-11-07 Richard Biener <rguenther@suse.de>
[official-gcc.git] / gcc / testsuite / g++.dg / cpp1z / noexcept-type11a.C
blobf5028d2f9a7b93092e9326a2f1505b753911bb67
1 // { dg-options "-Wall -Wno-noexcept-type -std=c++14" }
3 void f(int(*)() noexcept) { }