2f9c87f4436062fe7a6c999c554bdbbd4a352953
[babeltrace.git] / formats / ctf / metadata / ctf-test / fail / struct-with-duplicate-field-name.txt
1 /* TSDL */
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.028932 seconds and 3 git commands to generate.