aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite/gna/bug0100/libparen.vhdl
blob: 357ef6b779931eda04357653d5e0270c39959ac1 (plain)
1
2
3
4
5
6
7
entity libparen is
end libparen;

architecture behav of libparen is
  constant c : boolean := work(5);
begin
end behav;