1# 16-bit "int"
2if { [istarget "xstormy16-*"] } {
3	return 1
4}
5
6return 0
7
8