2018-11-07 Richard Biener <rguenther@suse.de>
[official-gcc.git] / gcc / testsuite / g++.dg / other / static4.C
blob94dc9b3d01117307fa0b9491feb49b12025cd07c
1 // { dg-options -Wno-pedantic }
3 void foo()
5   static void bar();  // { dg-error "3:cannot declare static function" }