mirror of
https://github.com/alecthomas/chroma.git
synced 2025-02-15 13:33:12 +02:00
12 lines
117 B
Plaintext
12 lines
117 B
Plaintext
// Comment
|
|
|
|
program top;
|
|
|
|
import "DPI-C" hello=task hello();
|
|
|
|
initial begin
|
|
hello();
|
|
end
|
|
|
|
endprogram : top
|