[clang][modules] Don't prevent translation of FW_Private includes when explicitly...
[llvm-project.git] / llvm / test / Transforms / Inline / 2004-10-17-InlineFunctionWithoutReturn.ll
blob12b9be8d47d606d66e8aa4aa891322f704c3f990
1 ; RUN: opt < %s -passes=inline -disable-output
3 define i32 @test() {
4         unreachable
7 define i32 @caller() {
8         %X = call i32 @test( )          ; <i32> [#uses=1]
9         ret i32 %X