aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite/pyunit/libghdl/examples/comments/func_fail.vhdl
blob: 68ff2b80ea5b634f1c86795aac6db795d18e208d (plain)
1
2
3
4
5
6
package p is
  -- as functions are longer in definitions, it might be written before
  function log2(param : positive) return natural;
end p;