Add pass/fail tests for repeated event id
[ctf-testsuite.git] / tests / 1.9 / fail / types24 / metadata
1 /* CTF 1.8 */
2
3 typealias integer { size = 32; align = 8; signed = false; } := uint32_t;
4
5 /* FAIL: keyword as a field. */
6 struct a {
7 uint32_t trace;
8 };
9
10
11 trace {
12 major = 2;
13 minor = 1;
14 byte_order = le;
15 packet.header := struct {
16 uint32_t magic;
17 };
18 };
19
20
This page took 0.037596 seconds and 4 git commands to generate.