; RUN: llvm-as < %s | llvm-dis > %t1.ll ; RUN: llvm-as %t1.ll -o - | llvm-dis > %t2.ll ; RUN: diff %t1.ll %t2.ll ; Test "stripped" format where nothing is symbolic... this is how the bytecode ; format looks anyways (except for negative vs positive offsets)... ; define void @void(i32, i32) { add i32 0, 0 ; :3 [#uses=2] sub i32 0, 4 ; :4 [#uses=2] br label %5 ;