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