c866900a535da9967af27340e23a8e67e8d0f599
[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 module asm "this is an inline asm block"
7 module asm "this is another inline asm block"
8