1 ; RUN: not llvm-as -disable-output <%s 2>&1 | FileCheck %s
2 ; CHECK: assembly parsed, but does not verify
3 ; CHECK-NEXT: DICompileUnit not listed in llvm.dbg.cu
4 ; CHECK-NEXT: !0 = distinct !DICompileUnit(language: DW_LANG_Fortran77, file: !1, isOptimized: false, runtimeVersion: 0, emissionKind: NoDebug)
7 !llvm.module.flags = !{!0}
8 !0 = !{i32 2, !"Debug Info Version", i32 3}
10 !1 = distinct !DICompileUnit(file: !2, language: DW_LANG_Fortran77)
11 !2 = !DIFile(filename: "test.f", directory: "")