d5795596dd850c77c8911d7b47ea3448104bccd4
[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.028972 seconds and 3 git commands to generate.