Make all traces explicitly support the CTF 1.8 spec
[ctf-testsuite.git] / tests / 1.8 / regression / metadata / pass / typedef-simple / metadata
1 /* CTF 1.8 */
2
3 typealias integer { size = 32; align = 8; signed = false; } := uint32_t;
4
5 /* PASS: straight typedef */
6 typedef uint32_t myint;
7
8 trace {
9 major = 1;
10 minor = 8;
11 byte_order = le;
12 packet.header := struct {
13 uint32_t magic;
14 };
15 };
This page took 0.030961 seconds and 4 git commands to generate.