diff options
Diffstat (limited to 'testsuite/gna/bug032/allnl.vhdl')
-rw-r--r-- | testsuite/gna/bug032/allnl.vhdl | 5 |
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 0000000..e7791c8 --- /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; |