package main func runeSQ() int32 { return int32('\'') } func runeDQ() int32 { return int32('"') }