chroma/lexers/testdata/systemverilog.actual

12 lines
117 B
Text
Raw Permalink Normal View History

2025-03-22 20:46:00 +13:00
// Comment
program top;
import "DPI-C" hello=task hello();
initial begin
hello();
end
endprogram : top