aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite/gna/issue367/e.vhdl
blob: 0e9d0ea3311027229c4a88375f0f6d00df20e983 (plain)
1
2
3
4
5
6
entity e is end entity;
architecture a of e is
  constant s1 :string := foreign'path;
  constant s2 :string := foreign'foreign;
begin
end architecture;