tests: move CTF 1 test traces to their own directory
[deliverable/babeltrace.git] / tests / data / ctf-traces / 1 / succeed / meta-variant-no-underscore / metadata
CommitLineData
45c51519
PP
1/* CTF 1.8 */
2
3trace {
4 major = 1;
5 minor = 8;
6 byte_order = be;
7};
8
9event {
10 name = yo;
11 fields := struct {
12 enum : integer { size = 8; } {
13 COSSETTE,
14 PELCHAT,
15 VOISINE,
16 } tag;
17
18 variant <tag> {
19 string COSSETTE;
20 string PELCHAT;
21 string VOISINE;
22 } var;
23 };
24};
This page took 0.041342 seconds and 5 git commands to generate.