tests: add `src.ctf.fs` single field testing framework
[babeltrace.git] / tests / data / plugins / src.ctf.fs / field / ctf-1 / pass-struct-empty.mp
1 ---
2 struct {
3 u8 a;
4
5 struct {
6 } b;
7
8 u8 c;
9 }
10 ---
11 01 # `a`
12 02 # `c`
13
14 ---
15 a: 1
16 b: {}
17 c: 2
This page took 0.029223 seconds and 4 git commands to generate.