Add pass/fail tests for repeated event id
[ctf-testsuite.git] / tests / 1.9 / fail / types25 / metadata
CommitLineData
5a8b5950
CB
1/* CTF 1.8 */
2
3typealias integer { size = 32; align = 8; signed = false; } := uint32_t;
4
5/* FAIL: keyword as a field. */
6struct a {
7 uint32_t x;
8} align(-1);
9
10
11trace {
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.024036 seconds and 4 git commands to generate.