Update ctf path test
[babeltrace.git] / formats / ctf / metadata / ctf-test / fail / struct-with-duplicate-field-name.txt
1 typealias integer { size = 32; align = 32; signed = true; } := int;
2
3 struct {
4 int a;
5 int a;
6 };
7
This page took 0.029461 seconds and 4 git commands to generate.