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.mp
1 ---
2 struct {
3 i16 meow;
4 nt_str mix;
5 flt32 cat;
6 }
7
8 ---
9 [-1717:16] # `meow`
10 "rapidement!\0" # `mix`
11 [2.897771955:32] # `cat`
12
13 ---
14 meow: -1717
15 mix: "rapidement!"
16 cat: 2.897772
This page took 0.029379 seconds and 4 git commands to generate.