Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / clang / test / utils / update_cc_test_checks / Inputs / global-value-regex.c
bloba8cf554ecb2b4058225e9bff4df7afce8d8ca4e2
1 // RUN: %clang_cc1 -triple x86_64-pc-linux-gnu -emit-llvm -o - %s | FileCheck %s
3 void foo(void) {
4 static int i, j;
6 void bar(void) {
7 static int i, j;