Clang Project

clang_source_code/test/Misc/pr32207.c
1// test for r305179
2// RUN: %clang_cc1 -emit-llvm -O -mllvm -print-after-all %s -o %t 2>&1 | FileCheck %s
3// CHECK: *** IR Dump After Function Integration/Inlining ***
4void foo() {}
5