Home
Manpages
About
(root)/
gcc-13.2.0/
gcc/
testsuite/
g++.dg/
other/
enum3.C
// PR c++/53848 extern "C" { struct s { enum { e = 0 } f; }; }