diff options
Diffstat (limited to 'src/ortho/oread/tests/acc.on')
-rw-r--r-- | src/ortho/oread/tests/acc.on | 5 |
1 files changed, 5 insertions, 0 deletions
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; |