blob: 243a9ffa0b7fa79c4e20815687336e9db82cc929 [file] [log] [blame]
/*
:name: string_atobin
:description: string.atobin() tests
:should_fail: 0
:tags: 6.16.9
*/
module top();
string a = "10101";
int b = a.atobin();
endmodule