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