aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite/gna/bug036/phys.vhdl
blob: eca17cc201b3eb9e34381d4a1c86cdd793acc066 (plain)
1
2
3
4
5
6
7
package phys is
type ANGLE is range INTEGER'range units
  sec;
  min = 60 sec;
  deg = 60 min;
end units;
end phys;