diff options
Diffstat (limited to 'testsuite/gna/bug17202/test.vhdl')
-rw-r--r-- | testsuite/gna/bug17202/test.vhdl | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/testsuite/gna/bug17202/test.vhdl b/testsuite/gna/bug17202/test.vhdl new file mode 100644 index 0000000..c2e22ac --- /dev/null +++ b/testsuite/gna/bug17202/test.vhdl @@ -0,0 +1,5 @@ +entity test_val is end test_val; +architecture test of test_val is +signal t : time := time'value("123 fs"); +begin +end test; |