aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite/gna/issue627/ent.vhdl
blob: 93f098f604e37975920a8fb83e8e2f23708664a8 (plain)
1
2
3
4
entity test is
type type_test is range 0 to 2#1.1#2; -- here is the missing e between 2nd hash and 2
end;