summaryrefslogtreecommitdiffstats
path: root/clang/test/utils/update_cc_test_checks/Inputs/global-value-regex.c
blob: cacaac63b036891c165f8d3e88f79939258395c4 (plain) (blame)
1
2
3
4
5
6
7
8
// RUN: %clang_cc1 -triple x86_64-pc-linux-gnu -emit-llvm -o - %s | FileCheck %s

void foo() {
  static int i, j;
}
void bar() {
  static int i, j;
}