blob: 6a7090f0c01c7e46df3a6af0194cb688ab288ee5 [file]
/*
:name: exit_task
:description: $exit test
:should_fail: 0
:tags: 20.2
*/
module top();
initial
$exit;
endmodule