blob: fae086256ce229b8a624ffaeb43885411d6ba785 [file] [log] [blame]
// First, make sure --check-globals doesn't crash on a non-FileChecked command.
// RUN: true
// 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;
}