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 403986e commit 4faa292Copy full SHA for 4faa292
clang/test/Modules/merge-records.cppm
@@ -31,27 +31,6 @@ union U {
31
int c;
32
};
33
34
-//--- another_records.h
35
-struct A {
36
- int a;
37
- double b;
38
- float c;
39
-};
40
-
41
-struct NoNameEntity {
42
- struct {
43
44
- unsigned b;
45
- long c;
46
- };
47
48
49
-union U {
50
51
52
- short c;
53
54
55
//--- A.cppm
56
module;
57
#include "records.h"
0 commit comments