Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / clang / test / utils / update_cc_test_checks / Inputs / generated-funcs-regex.c
blob7440ef6592b64b3f5111e5482f579c52e901abc8
1 // RUN: %clang_cc1 -triple x86_64-unknown-linux-gnu -fopenmp %s -emit-llvm -o - | FileCheck %s
3 void __test_offloading_42_abcdef_bar_l123(void);
4 void use(int);
6 void foo(int a)
8 #pragma omp target
9 use(a);
11 __test_offloading_42_abcdef_bar_l123();
12 int somevar_abc123_;