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 dbea41a commit c9c3eabCopy full SHA for c9c3eab
test/corpus/microsoft.txt
@@ -12,6 +12,7 @@ union __declspec(noinline) u2 {
12
class __declspec(uuid) u2 {
13
};
14
15
+int __cdecl f2();
16
---
17
18
(translation_unit
@@ -29,4 +30,10 @@ class __declspec(uuid) u2 {
29
30
(ms_declspec_modifier
31
(identifier))
32
name: (type_identifier)
- body: (field_declaration_list)))
33
+ body: (field_declaration_list))
34
+ (declaration
35
+ type: (primitive_type)
36
+ declarator: (ms_call_modifier)
37
+ declarator: (function_declarator
38
+ declarator: (identifier)
39
+ parameters: (parameter_list))))
0 commit comments