llvm-for-llvmta/tools/clang/test/Misc/pr32207.c

5 lines
218 B
C
Raw Normal View History

2022-04-25 13:02:35 +02:00
// test for r305179
// RUN: %clang_cc1 -emit-llvm -O2 -fno-experimental-new-pass-manager -mllvm -print-after-all %s -o %t 2>&1 | FileCheck %s
// CHECK: *** IR Dump After Function Integration/Inlining ***
void foo() {}