diff options
Diffstat (limited to 'testsuite/gna/issue143/repro.vhdl')
-rw-r--r-- | testsuite/gna/issue143/repro.vhdl | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/testsuite/gna/issue143/repro.vhdl b/testsuite/gna/issue143/repro.vhdl new file mode 100644 index 000000000..c851c0df1 --- /dev/null +++ b/testsuite/gna/issue143/repro.vhdl @@ -0,0 +1,8 @@ +entity e is +end; + +architecture a of e is + constant a : real := 1000.0 / 100; + constant b : time := 1000.0 / 100 * 10 ps; +begin +end; |