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 52ebe09 commit d04e6ddCopy full SHA for d04e6dd
test/ClangImporter/Inputs/c-bridging-header.h
@@ -1,6 +1,11 @@
1
+#ifndef C_BRIDGING_HEADER_H
2
+#define C_BRIDGING_HEADER_H
3
+
4
#include "ctypes.h"
5
#include "macros.h"
6
7
typedef struct {
8
double x, y;
9
} MyPoint;
10
11
+#endif
0 commit comments