blob: 1c6d86f4cc093f9bf2aebbd366f1354947b3d273 [file] [log] [blame]
Yonghong Songe3d8ee32019-11-22 08:45:37 -08001// RUN: %clang_cc1 -x c -debug-info-kind=limited -triple bpf-linux-gnu -emit-llvm %s -o - | FileCheck %s
2
3extern char ch;
4extern char ch;
5int test() {
6 return ch;
7}
8
9// CHECK: distinct !DIGlobalVariable(name: "ch",{{.*}} type: ![[T:[0-9]+]], isLocal: false, isDefinition: false
10// CHECK-NOT: distinct !DIGlobalVariable(name: "ch"