aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite/gna/issue1837/repro.vhdl
blob: 83182f87359c05b76f152a60d2b7494fd602b1ee (plain)
1
2
3
4
5
6
7
8
9
10
entity e is
end entity;

architecture a of e is
begin
  end: std.env.stop;
end architecture;

package p is
end package;