Files
revng-revng/tests/unit/TupleTreeGenerator/schema.yml
T
Khaled Ismaeel f384b10435 Check schemas into the codebase
These schema files are currently generated at build time by
collecting various TUPLE-TREE-YAML comments using the
`extract_yaml.py` script. In this commit we move them to the codebase
but we don't use them yet, this will be done at a later commit for
the sake of readability.
2025-04-30 15:08:40 +02:00

30 lines
597 B
YAML

#
# This file is distributed under the MIT License. See LICENSE.md for details.
#
- fields:
- name: RequiredField
type: uint64_t
- name: OptionalField
optional: true
type: uint64_t
- name: EnumField
type: TestEnum
- name: SequenceField
sequence:
elementType: uint64_t
type: SortedVector
- name: ReferenceField
reference:
pointeeType: uint64_t
rootType: TestClass
key:
- RequiredField
name: TestClass
type: struct
- members:
- name: MemberOne
- name: MemberTwo
name: TestEnum
type: enum