1 ; RUN: llvm-dis < %s.bc | FileCheck %s
2 ; RUN: verify-uselistorder < %s.bc
4 !llvm.module.flags = !{!0}
5 !0 = !{i32 2, !"Debug Info Version", i32 3}
8 ; CHECK: DICompileUnit(language: DW_LANG_C99, file: !{{[0-9]+}}, isOptimized: false, runtimeVersion: 0, emissionKind: FullDebug)
9 !1 = distinct !DICompileUnit(language: DW_LANG_C99, file: !2, emissionKind: FullDebug)
10 !2 = !DIFile(filename: "foo.c", directory: "/path/to/dir")