aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite/gna/bug032/allnl.vhdl
diff options
context:
space:
mode:
authorTristan Gingold <gingold@adacore.com>2015-12-29 22:32:08 +0100
committerTristan Gingold <gingold@adacore.com>2015-12-29 22:32:08 +0100
commit8f2a3196503cc53a8b84a00ed5c6ea5574e5c6d1 (patch)
treeb7e65f63d31ef88158b507178296a3715d73b320 /testsuite/gna/bug032/allnl.vhdl
parent5da63358e1dcc72fd25a1a299ac585d8ece05ccb (diff)
downloadghdl-8f2a3196503cc53a8b84a00ed5c6ea5574e5c6d1.tar.gz
ghdl-8f2a3196503cc53a8b84a00ed5c6ea5574e5c6d1.tar.bz2
ghdl-8f2a3196503cc53a8b84a00ed5c6ea5574e5c6d1.zip
Add tests for --work option.
Diffstat (limited to 'testsuite/gna/bug032/allnl.vhdl')
-rw-r--r--testsuite/gna/bug032/allnl.vhdl5
1 files changed, 5 insertions, 0 deletions
diff --git a/testsuite/gna/bug032/allnl.vhdl b/testsuite/gna/bug032/allnl.vhdl
new file mode 100644
index 000000000..e7791c829
--- /dev/null
+++ b/testsuite/gna/bug032/allnl.vhdl
@@ -0,0 +1,5 @@
+package allnl is
+ constant cr_eol : integer := 0;
+ constant lf_eol : integer := 0; constant crlf_eol : integer := 0;
+ constant lfcr_eol : integer := 0;
+end allnl;