blob: b7c77d08a512f103964f68d3d4e082e308b6aa09 [file] [log] [blame]
; This testcase ensures the code emitter does something about the fact that
; we can have collisions with keywords
void %byte() {
ret void
}
int %main() {
call void %byte()
ret int 0
}