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 2e7a890 commit 523e9e9Copy full SHA for 523e9e9
clang/test/APINotes/Inputs/Frameworks/CXXInteropKit.framework/Headers/CXXInteropKit.h
@@ -22,16 +22,26 @@ typedef NS_OPTIONS(NSUInteger, NSSomeEnumOptions) {
22
NSSomeEnumWithBlue,
23
};
24
25
+namespace Namespace1 { namespace Nested1 {} }
26
+
27
namespace Namespace1 {
28
struct char_box { char c; };
29
void funcInNamespace();
30
31
namespace Nested1 {
32
+void funcInNestedNamespace(int i);
33
34
+}
35
36
+namespace Nested1 {
37
void funcInNestedNamespace(int i);
38
39
40
41
} // namespace Namespace1
42
} // namespace Nested1
43
44
+namespace Nested1 { namespace Namespace1 {} }
45
46
47
+namespace Namespace1 {}
0 commit comments