Make all traces explicitly support the CTF 1.8 spec
[ctf-testsuite.git] / tests / 1.8 / regression / metadata / fail / integer-encoding-invalid / metadata
CommitLineData
5a8b5950
CB
1/* CTF 1.8 */
2
3typealias integer { size = 32; align = 8; signed = false; } := uint32_t;
4
5/* FAIL: invalid encoding. */
6typealias integer { size = 8; align = 8; signed = false; encoding = true; } := uint8_t;
7
8trace {
83fcdab0
FD
9 major = 1;
10 minor = 8;
5a8b5950
CB
11 byte_order = le;
12 packet.header := struct {
13 uint32_t magic;
14 };
15};
This page took 0.022058 seconds and 4 git commands to generate.