blob: a4f6adeb64936d64f56ff3d586cf40893e3b9b4c [file] [log] [blame]
/*
:name: associative-arrays-string
:description: Test associative arrays support
:should_fail: 0
:tags: 7.8.2 7.8
*/
module top ();
int arr [ string ];
endmodule