12 lines
117 B
Text
12 lines
117 B
Text
|
// Comment
|
||
|
|
||
|
program top;
|
||
|
|
||
|
import "DPI-C" hello=task hello();
|
||
|
|
||
|
initial begin
|
||
|
hello();
|
||
|
end
|
||
|
|
||
|
endprogram : top
|