chroma/lexers/testdata/systemverilog.actual
2025-03-22 20:46:00 +13:00

11 lines
117 B
Text

// Comment
program top;
import "DPI-C" hello=task hello();
initial begin
hello();
end
endprogram : top