1
2`include "test.svh"
3
4function void
5  someclass::something();
6
7  $display("Something called!");
8
9endfunction : something
10
11