1//go:build ignore
2//+build ignore
3
4package pty
5
6import "C"
7
8type (
9	_C_int  C.int
10	_C_uint C.uint
11)
12