llvm-project/clang/test/CodeGen/staticinit.c

6 lines
63 B
C
Raw Normal View History

// RUN: clang -emit-llvm %s
void f() {
static int i = 42;
}