From e7f223da0ad86e2e00074302256aa43b43a83e9c Mon Sep 17 00:00:00 2001 From: Tristan Gingold Date: Thu, 8 Dec 2016 05:31:45 +0100 Subject: Add tests for oread (some are old) --- src/ortho/oread/tests/acc.on | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 src/ortho/oread/tests/acc.on (limited to 'src/ortho/oread/tests/acc.on') diff --git a/src/ortho/oread/tests/acc.on b/src/ortho/oread/tests/acc.on new file mode 100644 index 000000000..aa6773325 --- /dev/null +++ b/src/ortho/oread/tests/acc.on @@ -0,0 +1,5 @@ +type __ghdl_file_index is unsigned (32); + +type __ghdl_file_index_ptr is access __ghdl_file_index; + +public var acc1 : __ghdl_file_index_ptr; -- cgit v1.2.3