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

33 lines
573 B
YAML

---
#
# This file is distributed under the MIT License. See LICENSE.md for details.
#
Architecture: x86_64
TypeDefinitions:
- Kind: StructDefinition
ID: 1
Name: B
Fields:
- Offset: 0
Name: the_a
Type:
Kind: DefinedType
Definition: "/TypeDefinitions/3002-EnumDefinition"
Size: 4
- Kind: EnumDefinition
ID: 3002
Name: A
UnderlyingType:
Kind: PrimitiveType
PrimitiveKind: Unsigned
Size: 4
Entries:
- Value: 0
Name: FIRST
- Value: 1
Name: SECOND
---