Make all traces explicitly support the CTF 1.8 spec
[ctf-testsuite.git] / tests / 1.8 / regression / metadata / fail / enum-type-implicit-but-undefined-int-type / metadata
CommitLineData
5a8b5950
CB
1/* CTF 1.8 */
2
3typealias integer { size = 32; align = 8; signed = false; } := uint32_t;
4
d4de5632 5/* FAIL: implicit type int, but undefined. */
5a8b5950
CB
6enum dummy {
7 x = 1024
8};
9trace {
83fcdab0
FD
10 major = 1;
11 minor = 8;
5a8b5950
CB
12 byte_order = le;
13 packet.header := struct {
14 uint32_t magic;
15 };
16};
17
18
This page took 0.023668 seconds and 4 git commands to generate.