bolt/deps/llvm-18.1.8/clang/test/CodeGenCXX/Inputs/override-layout-nameless-struct-union.layout

17 lines
262 B
Text
Raw Normal View History

2025-02-14 19:21:04 +01:00
*** Dumping AST Record Layout
Type: struct S
Layout: <ASTRecordLayout
Size:64
Alignment:32
FieldOffsets: [0, 32, 32]>
*** Dumping AST Record Layout
Type: union U
Layout: <ASTRecordLayout
Size:96
Alignment:32
FieldOffsets: [0, 0, 32, 64, 68, 73]>