We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 962ac39 commit 6c9ccbcCopy full SHA for 6c9ccbc
test/Interop/Cxx/class/Inputs/access-specifiers.h
@@ -1,3 +1,6 @@
1
+#ifndef TEST_INTEROP_CXX_CLASS_INPUTS_ACCESS_SPECIFIERS_H
2
+#define TEST_INTEROP_CXX_CLASS_INPUTS_ACCESS_SPECIFIERS_H
3
+
4
class PublicPrivate {
5
public:
6
int PublicMemberVar;
@@ -33,3 +36,5 @@ class PublicPrivate {
33
36
} __attribute__((enum_extensibility(open)));
34
37
enum PrivateFlagEnum {} __attribute__((flag_enum));
35
38
};
39
40
+#endif
0 commit comments