DEBSOURCES
Skip Quicknav
sources / golang-github-alecthomas-chroma-v2 / 2.14.0-1 / lexers / testdata / systemverilog.actual
1234567891011
// Comment program top; import "DPI-C" hello=task hello(); initial begin hello(); end endprogram : top