ctf.fs: bt_ctf_notif_iter_create(): assert() that all medops exist
[babeltrace.git] / formats / ctf / metadata / ctf-test / fail / sequence-incorrect-len-type-signedness.txt
1 /* CTF 1.8 */
2 typealias integer { size = 32; align = 32; signed = false; } := uint;
3 typealias integer { size = 32; align = 32; signed = true; } := int;
4 typedef uint testseq[int];
This page took 0.036339 seconds and 4 git commands to generate.