We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6e8e239 commit 049a2a3Copy full SHA for 049a2a3
IDL/structures.idl
@@ -162,3 +162,37 @@ struct Structures
162
StructBitset var_StructBitset;
163
StructEmpty var_StructEmpty;
164
};
165
+
166
+module testing_1
167
+{
168
+ struct foo
169
+ {
170
+ long a;
171
+ long b;
172
+ };
173
+};
174
175
+module testing_2
176
177
178
179
+ boolean d;
180
181
182
183
+struct bar
184
185
+ double e;
186
187
188
+struct root1
189
190
+ testing_1::foo foo_struct;
191
+ float c;
192
193
194
+struct root2
195
196
+ testing_2::foo foo_struct;
197
+ bar bar_struct;
198
0 commit comments