blob: 94dbae0780f5e0675286fe72d8065d5a904f640e [file] [log] [blame]
Chris Lattnerfb90fe32006-01-23 23:24:13 +00001; RUN: llvm-as %s -o - | llvm-dis > Output/t1.ll
2; RUN: llvm-as Output/t1.ll -o - | llvm-dis > Output/t2.ll
3; RUN: diff Output/t1.ll Output/t2.ll
4
5
6asm "this is an inline asm block"
7asm "this is another inline asm block"
8