1 package main 2 3 func runeSQ() int32 { return int32('\'') } 4 func runeDQ() int32 { return int32('"') } 5