diff options
Diffstat (limited to 'testsuite/gna/issue886/repro3.vhdl')
-rw-r--r-- | testsuite/gna/issue886/repro3.vhdl | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/testsuite/gna/issue886/repro3.vhdl b/testsuite/gna/issue886/repro3.vhdl new file mode 100644 index 000000000..963d48232 --- /dev/null +++ b/testsuite/gna/issue886/repro3.vhdl @@ -0,0 +1,9 @@ +entity repro3 is +end; + +architecture behav of repro3 is + component comp is + end component comp; + constant d : time := 1 comp; +begin +end behav; |