aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/g++.dg/ext/visibility/warn5.C
blob: 63538e5ada7b2de17e71f6aeeb363edd1be6f306 (plain)
1
2
3
4
5
6
7
8
9
10
11
// PR c++/40145
// { dg-do compile }
// { dg-require-visibility "" }
// { dg-options "-fvisibility=hidden" }

struct EditorInternalCommand { };

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