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