aboutsummaryrefslogtreecommitdiffstats
path: root/src/ortho/oread/tests/test_varglb.on
diff options
context:
space:
mode:
Diffstat (limited to 'src/ortho/oread/tests/test_varglb.on')
-rw-r--r--src/ortho/oread/tests/test_varglb.on7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/ortho/oread/tests/test_varglb.on b/src/ortho/oread/tests/test_varglb.on
new file mode 100644
index 000000000..50d97b739
--- /dev/null
+++ b/src/ortho/oread/tests/test_varglb.on
@@ -0,0 +1,7 @@
+type __ghdl_size_type is unsigned (32);
+
+type __ghdl_index_type is unsigned (32);
+
+type __ghdl_integer is signed (32);
+
+public var gbl : __ghdl_integer;