Add pass/fail tests for repeated event id
[ctf-testsuite.git] / tests / 1.9 / fail / types16 / metadata
CommitLineData
5a8b5950
CB
1/* CTF 1.8 */
2
3typealias integer { size = 32; align = 8; signed = false; } := uint32_t;
4
5/* FAIL: encoding as a string. */
6typealias integer { size = 8; align = 8; signed = false; encoding = "ascii"; } := uint8_t;
7
8trace {
9 major = 2;
10 minor = 1;
11 byte_order = le;
12 packet.header := struct {
13 uint32_t magic;
14 };
15};
This page took 0.028531 seconds and 4 git commands to generate.