update test files header to "CTF 1.8"
[babeltrace.git] / formats / ctf / metadata / ctf-test / fail / struct-with-duplicate-field-name.txt
1 /* CTF 1.8 */
2 typealias integer { size = 32; align = 32; signed = true; } := int;
3
4 struct {
5 int a;
6 int a;
7 };
8
This page took 0.030281 seconds and 5 git commands to generate.