package asm type Backend string const ( Fasm Backend = "fasm" Qbe Backend = "qbe" )