blob: b8f5eb1b666c6f0912a23f4e10d06bfc5038394a [file] [log] [blame]
Tanya Lattnerfc887452008-03-01 07:38:40 +00001; RUN: llvm-as < %s | llvm-dis > %t1.ll
Dan Gohmanf17a25c2007-07-18 16:29:46 +00002; RUN: llvm-as %t1.ll -o - | llvm-dis > %t2.ll
3; RUN: diff %t1.ll %t2.ll
4
Tanya Lattnerfc887452008-03-01 07:38:40 +00005@X = global i32 4, section "foo", align 16 ; <i32*> [#uses=0]
Dan Gohmanf17a25c2007-07-18 16:29:46 +00006
Tanya Lattnerfc887452008-03-01 07:38:40 +00007define void @test() section "bar" {
8 ret void
Dan Gohmanf17a25c2007-07-18 16:29:46 +00009}
10