forked from OSchip/llvm-project
6 lines
63 B
C
6 lines
63 B
C
|
// RUN: clang -emit-llvm %s
|
||
|
|
||
|
void f() {
|
||
|
static int i = 42;
|
||
|
}
|