aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite/gna/ticket53/ent1.vhdl
blob: fac67e47ccd5ac67d9395b7be2a6796f0c22b4ea (plain)
1
2
3
4
5
6
7
8
9
context work.prj;

entity ent1 is
end ent1;

architecture behav of ent1 is
  signal s : std_ulogic;
begin
end behav;