3d1b760024a144aebafdfced88595f999f7826b7
[ctf-testsuite.git] / tests / 1.9 / fail / types26 / metadata
1 /* CTF 1.8 */
2
3 typealias integer { size = 32; align = 8; signed = false; } := uint32_t;
4
5 /* FAIL: negative array. */
6 typedef uint32_t name[-1];
7
8 trace {
9 major = 2;
10 minor = 1;
11 byte_order = le;
12 packet.header := struct {
13 uint32_t magic;
14 };
15 };
16
17
This page took 0.030288 seconds and 3 git commands to generate.