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