github.com/goccy/go-jit@v0.0.0-20200514131505-ff78d45cf6af/jit.go (about) 1 package jit 2 3 import ( 4 "github.com/goccy/go-jit/internal/ccall" 5 ) 6 7 var ( 8 TypeInt = &Type{ccall.TypeGoInt} 9 )