aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite/pyunit/libghdl/func_fail.vhdl
blob: 6b71cc6f229b56a3f893ec30f71ba7a8c6c09936 (plain)
1
2
3
4
5
6
7
8
package p is
  constant c : natural := 1;

  -- as functions are longer in definitions, it might be written before
  function log2(param : positive) return natural;
end p;