`begin_keywords "1364-2005"
module automatic_error();
task automatic auto_task;
integer local;
begin
local = 1;
$strobe("%0d", local);
end
endtask
initial auto_task;
endmodule
`end_keywords