diff options
author | Tristan Gingold <tgingold@free.fr> | 2017-06-06 08:00:24 +0200 |
---|---|---|
committer | Tristan Gingold <tgingold@free.fr> | 2017-06-06 08:00:24 +0200 |
commit | 990f637cac18d53854d0c67015b1c921f18d5e3d (patch) | |
tree | 47cea24be65dfe7ac0a5bf4a558072f11f1db0c3 /testsuite/gna/issue367/e.vhdl | |
parent | 77f0a1479c06b6193ce9c4e2e2fc04a367847c38 (diff) | |
download | ghdl-990f637cac18d53854d0c67015b1c921f18d5e3d.tar.gz ghdl-990f637cac18d53854d0c67015b1c921f18d5e3d.tar.bz2 ghdl-990f637cac18d53854d0c67015b1c921f18d5e3d.zip |
Add testcase for #367
Diffstat (limited to 'testsuite/gna/issue367/e.vhdl')
-rw-r--r-- | testsuite/gna/issue367/e.vhdl | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/testsuite/gna/issue367/e.vhdl b/testsuite/gna/issue367/e.vhdl new file mode 100644 index 000000000..0e9d0ea33 --- /dev/null +++ b/testsuite/gna/issue367/e.vhdl @@ -0,0 +1,6 @@ +entity e is end entity; +architecture a of e is + constant s1 :string := foreign'path; + constant s2 :string := foreign'foreign; +begin +end architecture; |