projects
/
ctf-testsuite.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Make all traces explicitly support the CTF 1.8 spec
[ctf-testsuite.git]
/
tests
/
1.8
/
regression
/
metadata
/
fail
/
integer-signed-as-string
/
metadata
1
/* CTF 1.8 */
2
3
typealias integer { size = 32; align = 8; signed = false; } := uint32_t;
4
5
6
/* FAIL: signed as string. */
7
typealias integer { size = 8; align = 8; signed = "false"; } := uint8_t;
8
9
trace {
10
major = 1;
11
minor = 8;
12
byte_order = le;
13
packet.header := struct {
14
uint32_t magic;
15
};
16
};
This page took
0.034393 seconds
and
5
git commands to generate.