aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite/gna/ticket87/hello.vhdl
blob: 41e82d83046242584cae576f643a7fbc02f98f66 (plain)
1
2
3
4
5
6
7
entity hello is
end;

architecture behav of hello is
begin
  assert false report "Hello";
end behav;