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