10 lines · plain
1; RUN: not llvm-as < %s -o /dev/null 2>&1 | FileCheck %s2 3; CHECK: assembly parsed, but does not verify as correct!4; CHECK-NEXT: Malformed struct tag metadata: base and access-type should be non-null and point to Metadata nodes5!llvm.errno.tbaa = !{!0}6!0 = !{!1, i64 0, !1}7!1 = !{!"int", !2, i64 0}8!2 = !{!"omnipotent char", !3, i64 0}9!3 = !{!"Simple C/C++ TBAA"}10