aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite/gna/issue136/arch.vhdl
blob: 241e81f848fe65686feb893f1cb2c644a2f67523 (plain)
1
2
3
4
architecture behav of tb is
begin
  assert false report "Hello world" severity note;
end behav;