cpp-common/bt2c/fmt.hpp: use `wise_enum::string_type` in `EnableIfIsWiseEnum` definition
[babeltrace.git] / tests / data / plugins / src.ctf.fs / field / ctf-1 / pass-static-len-array-of-struct.mp
1 ---
2 struct {
3 struct {
4 u8 a;
5 nt_str b;
6 } x[3];
7 } @[2]
8
9 ---
10 01 # `a`
11 "salut\0" # `b`
12
13 02 # `a`
14 "patente\0" # `b`
15
16 03 # `a`
17 "Quebec\0" # `b`
18
19 04 # `a`
20 "chez nous\0" # `b`
21
22 05 # `a`
23 "aidez-moi\0" # `b`
24
25 06 # `a`
26 "rasseye\0" # `b`
27
28 ---
29 - x:
30 - a: 1
31 b: "salut"
32 - a: 2
33 b: "patente"
34 - a: 3
35 b: "Quebec"
36 - x:
37 - a: 4
38 b: "chez nous"
39 - a: 5
40 b: "aidez-moi"
41 - a: 6
42 b: "rasseye"
This page took 0.033239 seconds and 4 git commands to generate.