llvm-project/clang/test/utils/update_cc_test_checks/Inputs/global-value-regex.c

9 lines
150 B
C

// 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;
}