Duplicate struct field name test
[babeltrace.git] / formats / ctf / metadata / ctf-test / fail / struct-with-duplicate-field-name.txt
diff --git a/formats/ctf/metadata/ctf-test/fail/struct-with-duplicate-field-name.txt b/formats/ctf/metadata/ctf-test/fail/struct-with-duplicate-field-name.txt
new file mode 100644 (file)
index 0000000..d579559
--- /dev/null
@@ -0,0 +1,7 @@
+typealias integer { size = 32; align = 32; signed = true; } := int;
+
+struct {
+       int a;
+       int a;
+};
+
This page took 0.023857 seconds and 4 git commands to generate.