blob: 63538e5ada7b2de17e71f6aeeb363edd1be6f306 [file] [log] [blame]
// PR c++/40145
// { dg-do compile }
// { dg-require-visibility "" }
// { dg-options "-fvisibility=hidden" }
struct EditorInternalCommand { };
static void createCommandMap()
{
struct CommandEntry { EditorInternalCommand command; };
}