diff options
Diffstat (limited to 'testsuite/gna/bug24326/repro1.vhdl')
-rw-r--r-- | testsuite/gna/bug24326/repro1.vhdl | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/testsuite/gna/bug24326/repro1.vhdl b/testsuite/gna/bug24326/repro1.vhdl new file mode 100644 index 0000000..624a7a7 --- /dev/null +++ b/testsuite/gna/bug24326/repro1.vhdl @@ -0,0 +1,7 @@ +entity repro1 is +end; + +architecture behav of repro1 is + constant c : natural := 5 % 4; +begin +end; |