summaryrefslogtreecommitdiff
path: root/testsuite/gna/bug036/phys.vhdl
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/gna/bug036/phys.vhdl')
-rw-r--r--testsuite/gna/bug036/phys.vhdl7
1 files changed, 7 insertions, 0 deletions
diff --git a/testsuite/gna/bug036/phys.vhdl b/testsuite/gna/bug036/phys.vhdl
new file mode 100644
index 0000000..eca17cc
--- /dev/null
+++ b/testsuite/gna/bug036/phys.vhdl
@@ -0,0 +1,7 @@
+package phys is
+type ANGLE is range INTEGER'range units
+ sec;
+ min = 60 sec;
+ deg = 60 min;
+end units;
+end phys;