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