(root)/
gcc-13.2.0/
gcc/
testsuite/
g++.dg/
ext/
visibility/
warn5.C
// PR c++/40145
// { dg-do compile }
// { dg-require-visibility "" }
// { dg-options "-fvisibility=hidden" }

struct EditorInternalCommand { };

static void createCommandMap()
{
    struct CommandEntry { EditorInternalCommand command; };
}