1; RUN: llvm-as -disable-verify -o - %s | llvm-dis | FileCheck %s 2 3!named = !{!0} 4; CHECK: !DICompileUnit({{.*}}, nameTableKind: GNU) 5!0 = distinct !DICompileUnit(language: 12, file: !1, nameTableKind: GNU) 6!1 = !DIFile(filename: "path/to/file", directory: "/path/to/dir") 7