aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/reflect/intw.go
blob: 20fbd4341e969eb1068c8b19e6b9ddb35c77cdb7 (plain)
1
2
3
4
5
6
7
8
//go:build !avr

package reflect

// intw is an integer type, used in places where an int is typically required,
// except architectures where the size of an int != word size.
// See https://github.com/tinygo-org/tinygo/issues/1284.
type intw = int