blob: 2756cc296d82c9e9acc7c09a522ca6e4673045dd [file] [log] [blame]
/*
:name: cast_op
:description: cast operator
:should_fail: 0
:tags: 6.24.1
*/
module top();
int a = int'(2.1 * 3.7);
endmodule