blob: a8cf554ecb2b4058225e9bff4df7afce8d8ca4e2 [file] [log] [blame]
// RUN: %clang_cc1 -triple x86_64-pc-linux-gnu -emit-llvm -o - %s | FileCheck %s
void foo(void) {
static int i, j;
}
void bar(void) {
static int i, j;
}