Duplicate variant field name test
authorSimon Marchi <simon.marchi@polymtl.ca>
Thu, 14 Jul 2011 13:43:10 +0000 (09:43 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Thu, 14 Jul 2011 13:43:10 +0000 (09:43 -0400)
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
formats/ctf/metadata/ctf-test/fail/variant-with-duplicate-field-name.txt [new file with mode: 0644]

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