aboutsummaryrefslogtreecommitdiffstats
path: root/src/ortho/oread/tests/test_dup.on
diff options
context:
space:
mode:
Diffstat (limited to 'src/ortho/oread/tests/test_dup.on')
-rw-r--r--src/ortho/oread/tests/test_dup.on19
1 files changed, 19 insertions, 0 deletions
diff --git a/src/ortho/oread/tests/test_dup.on b/src/ortho/oread/tests/test_dup.on
new file mode 100644
index 000000000..82a85f8a2
--- /dev/null
+++ b/src/ortho/oread/tests/test_dup.on
@@ -0,0 +1,19 @@
+type __ghdl_size_type is unsigned (32);
+
+type __ghdl_index_type is unsigned (32);
+
+type __ghdl_integer is signed (32);
+
+type integer_array is array[__ghdl_index_type] of __ghdl_integer;
+type integer_arr_ptr is access integer_array;
+
+public procedure test_alloca ()
+declare
+begin
+end;
+
+public procedure test_alloca ()
+declare
+begin
+end;
+