blob: eb73b83b5296a3ca77de44271976d7748b5c0e1e [file] [log] [blame]
Amaury Sechetf447a6b2016-02-16 08:37:01 +00001; RUN: llvm-as < %s | llvm-dis > %t.orig
2; RUN: llvm-as < %s | llvm-c-test --echo > %t.echo
3; RUN: diff -w %t.orig %t.echo