hanchenye-llvm-project/clang/test/CodeGen/2010-02-15-DbgStaticVar.c

15 lines
288 B
C

// RUN: %clang_cc1 -g -emit-llvm %s -o - | FileCheck %s
// Test to check intentionally empty linkage name for a static variable.
// Radar 7651244.
static int foo(int a)
{
static int b = 1;
return b+a;
}
int main() {
int j = foo(1);
return 0;
}
// CHECK: !"0x34\00b\00b\00\00{{.*}}",