diff options
Diffstat (limited to 'testsuite/gna/issue613/t2.vhdl')
-rw-r--r-- | testsuite/gna/issue613/t2.vhdl | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/testsuite/gna/issue613/t2.vhdl b/testsuite/gna/issue613/t2.vhdl new file mode 100644 index 000000000..c976ac39a --- /dev/null +++ b/testsuite/gna/issue613/t2.vhdl @@ -0,0 +1,8 @@ +entity t2 is +end entity; + +architecture a of t2 is + constant SimulationTime_c : time := 0.0 ps; +begin +end; + |