Files
revng-revng/share/revng/test/tests/model-to-header/inline-struct.h.model.yml
2025-04-17 11:19:17 +03:00

32 lines
551 B
YAML

---
#
# This file is distributed under the MIT License. See LICENSE.md for details.
#
Architecture: x86_64
TypeDefinitions:
- Kind: StructDefinition
ID: 3001
Name: B
Fields:
- Offset: 0
Name: a1
Type:
Kind: DefinedType
Definition: "/TypeDefinitions/3002-StructDefinition"
Size: 4
- Kind: StructDefinition
ID: 3002
Name: A
Fields:
- Offset: 0
Name: x
Type:
Kind: PrimitiveType
PrimitiveKind: Signed
Size: 4
Size: 4
---