aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite/pyunit/libghdl/type_fail.vhdl
blob: bb40501031bbf13ee7689d41664728527a426540 (plain)
1
2
3
4
package p is
  --  Comment
  type vec is array(natural range <>) of bit_vector(0 to 1);
end p;