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-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.029628 seconds and 4 git commands to generate.