94dbae0780f5e0675286fe72d8065d5a904f640e
[oota-llvm.git] / test / Feature / inlineasm.ll
1 ; 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
6 asm "this is an inline asm block"
7 asm "this is another inline asm block"
8