Files
flatpak/subprojects/variant-schema-compiler/performance.gv
Simon McVittie bd86ef906f Add 'subprojects/variant-schema-compiler/' from commit 'cfc356c38edfcf73c8ac240d215479b950f91b1f'
The workflow is the same as for libglnx.

git-subtree-dir: subprojects/variant-schema-compiler
git-subtree-mainline: 96a8e55b85
git-subtree-split: cfc356c38e
Signed-off-by: Simon McVittie <smcv@collabora.com>
2024-05-06 16:16:46 +01:00

15 lines
181 B
Plaintext

type Container {
a: int16;
b: int32;
c: string;
list: 'List [] 'Item {
a: int32;
b: uint16;
};
d: byte;
tuple : 'Tuple {
a: uint16;
b: byte;
};
};