1load_lib target-supports.exp
2
3if { [check_effective_target_int32plus] } {
4	return 0
5}
6
7return 1;
8