1 ; RUN: llvm-as < %s | llvm-dis > %t1.ll
2 ; RUN: llvm-as %t1.ll -o - | llvm-dis > %t2.ll
3 ; RUN: diff %t1.ll %t2.ll
4 ; RUN: FileCheck %s < %t1.ll
6 @X = global i32 undef ; <ptr> [#uses=0]
15 %X = add i32 undef, 1 ; <i32> [#uses=1]
20 ; Check that there is a newline between functions.
24 ; CHECK: declare i32 @atoi(ptr)
26 ; CHECK: define i32 @test() {
29 ; CHECK: define i32 @test2() {