If dejagnu is not found, tell the user instead of bombing out with an
[oota-llvm.git] / test / Feature / globalvars.ll
index ae969af8ec32a750afb8f75e37f71c690c67d66e..0b20c1b77366ff8d246e12d8684c6d1b61d430af 100644 (file)
@@ -1,3 +1,7 @@
+; RUN: llvm-as %s -o - | llvm-dis > %t1.ll
+; RUN: llvm-as %t1.ll -o - | llvm-dis > %t2.ll
+; RUN: diff %t1.ll %t2.ll
+
 
 %MyVar     = uninitialized global int
 %MyIntList = uninitialized global { \2 *, int }