1// Comment 2 3program top; 4 5 import "DPI-C" hello=task hello(); 6 7 initial begin 8 hello(); 9 end 10 11endprogram : top
View as plain text