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