aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite/gna/issue2174/t1.vhdl
blob: 124d4605cbab8b8ed5e50996059906cbff43d3d2 (plain)
1
2
3
4
5
6
7
8
9
use std.textio.all;

entity t1 is
end;

architecture behav of t1 is
  subtype stext is text;
begin
end behav;