1*9880d681SAndroid Build Coastguard Worker; RUN: llvm-as < %s | llvm-dis > %t1.ll 2*9880d681SAndroid Build Coastguard Worker; RUN: llvm-as %t1.ll -o - | llvm-dis > %t2.ll 3*9880d681SAndroid Build Coastguard Worker; RUN: diff %t1.ll %t2.ll 4*9880d681SAndroid Build Coastguard Worker 5*9880d681SAndroid Build Coastguard Workerdefine i32 @foo() { 6*9880d681SAndroid Build Coastguard Worker br label %"foo`~!@#$%^&*()-_=+{}[]\\\\|;:',<.>/?" 7*9880d681SAndroid Build Coastguard Worker 8*9880d681SAndroid Build Coastguard Worker"foo`~!@#$%^&*()-_=+{}[]\\\\|;:',<.>/?": ; preds = %0 9*9880d681SAndroid Build Coastguard Worker ret i32 17 10*9880d681SAndroid Build Coastguard Worker} 11*9880d681SAndroid Build Coastguard Worker 12