blob: 13b4f91cd661474668f7c382f0616117e43bdcd3 [file] [log] [blame]
; RUN: llvm-as < %s | opt -adce -disable-output
int %main() {
br label %loop
loop:
br label %loop
}