diff options
author | Tristan Gingold <tgingold@free.fr> | 2019-05-28 06:55:27 +0200 |
---|---|---|
committer | Tristan Gingold <tgingold@free.fr> | 2019-05-28 06:55:27 +0200 |
commit | 519b5820ff6364bbfe87d8ff898cd209e7209c47 (patch) | |
tree | bbfa4750b1a3916c0b0a91566b6f48c623d36a46 /testsuite/gna/issue613/t3.vhdl | |
parent | 3e817e1828a919a95d8e2efc9d73a38944d12778 (diff) | |
download | ghdl-519b5820ff6364bbfe87d8ff898cd209e7209c47.tar.gz ghdl-519b5820ff6364bbfe87d8ff898cd209e7209c47.tar.bz2 ghdl-519b5820ff6364bbfe87d8ff898cd209e7209c47.zip |
vhdl: add testcase for previous patch
Diffstat (limited to 'testsuite/gna/issue613/t3.vhdl')
-rw-r--r-- | testsuite/gna/issue613/t3.vhdl | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/testsuite/gna/issue613/t3.vhdl b/testsuite/gna/issue613/t3.vhdl new file mode 100644 index 000000000..51105e379 --- /dev/null +++ b/testsuite/gna/issue613/t3.vhdl @@ -0,0 +1,7 @@ +entity t3 is +end; + +architecture behav of t3 is + constant t1 : time := ps; +begin +end behav; |