mirror of
https://github.com/revng/revng
synced 2026-06-21 14:07:57 +00:00
33 lines
573 B
YAML
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
|
|
---
|
|
|