tests: add `src.ctf.fs` single field testing framework
[babeltrace.git] / tests / data / plugins / src.ctf.fs / field / ctf-1 / pass-struct.mp
CommitLineData
10ba5f69
OD
1---
2struct {
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---
14meow: -1717
15mix: "rapidement!"
16cat: 2.897772
This page took 0.02523 seconds and 4 git commands to generate.