aboutsummaryrefslogtreecommitdiffstats
path: root/src/ortho/oread/tests/var2.on
diff options
context:
space:
mode:
Diffstat (limited to 'src/ortho/oread/tests/var2.on')
-rw-r--r--src/ortho/oread/tests/var2.on5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/ortho/oread/tests/var2.on b/src/ortho/oread/tests/var2.on
new file mode 100644
index 000000000..b82073a63
--- /dev/null
+++ b/src/ortho/oread/tests/var2.on
@@ -0,0 +1,5 @@
+-- internal declarations, part 1
+
+TYPE __ghdl_size_type IS UNSIGNED (32);
+
+PUBLIC VAR size1 : __ghdl_size_type;