aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite')
-rw-r--r--testsuite/gna/issue367/e.vhdl6
-rwxr-xr-xtestsuite/gna/issue367/testsuite.sh9
2 files changed, 15 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;
diff --git a/testsuite/gna/issue367/testsuite.sh b/testsuite/gna/issue367/testsuite.sh
new file mode 100755
index 000000000..411883a4b
--- /dev/null
+++ b/testsuite/gna/issue367/testsuite.sh
@@ -0,0 +1,9 @@
+#! /bin/sh
+
+. ../../testenv.sh
+
+analyze_failure e.vhdl
+
+clean
+
+echo "Test successful"