projects
/
babeltrace.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
tests: add `src.ctf.fs` single field testing framework
[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.039301 seconds
and
4
git commands to generate.