Skip to content

Commit 6c9ccbc

Browse files
committed
Add header guards for test input headers
1 parent 962ac39 commit 6c9ccbc

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

test/Interop/Cxx/class/Inputs/access-specifiers.h

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
14
class PublicPrivate {
25
public:
36
int PublicMemberVar;
@@ -33,3 +36,5 @@ class PublicPrivate {
3336
} __attribute__((enum_extensibility(open)));
3437
enum PrivateFlagEnum {} __attribute__((flag_enum));
3538
};
39+
40+
#endif

0 commit comments

Comments
 (0)