summaryrefslogtreecommitdiff
path: root/tests/mime-detection/test.sv
blob: b8d79a292a7ac426c4892011a316218e6ce0543f (plain)
1
2
3
4
5
6
7
8
9
10

`include "test.svh"

function void
  someclass::something();

  $display("Something called!");

endfunction : something