aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite/gna/issue613/t3.vhdl
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2019-05-28 06:55:27 +0200
committerTristan Gingold <tgingold@free.fr>2019-05-28 06:55:27 +0200
commit519b5820ff6364bbfe87d8ff898cd209e7209c47 (patch)
treebbfa4750b1a3916c0b0a91566b6f48c623d36a46 /testsuite/gna/issue613/t3.vhdl
parent3e817e1828a919a95d8e2efc9d73a38944d12778 (diff)
downloadghdl-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.vhdl7
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;