blob: 1f817309cbdd42732d8dedb0b04c796cd02aaa80 [file] [log] [blame]
/*
:name: string_atooct
:description: string.atooct() tests
:should_fail: 0
:tags: 6.16.9
*/
module top();
string a = "777";
int b = a.atooct();
endmodule