6d88bad99a292513b469dce69992b97a94d94211
[ctf-testsuite.git] / tests / 1.9 / fail / types19 / metadata
1 /* CTF 1.8 */
2
3 typealias integer { size = 32; align = 8; signed = false; } := uint32_t;
4
5 /* FAIL: implicite type int, but undefined. */
6 enum dummy {
7 x = 1024
8 };
9 trace {
10 major = 2;
11 minor = 1;
12 byte_order = le;
13 packet.header := struct {
14 uint32_t magic;
15 };
16 };
17
18
This page took 0.03039 seconds and 3 git commands to generate.