1 ; RUN: opt < %s -inline -constprop -S | FileCheck %s
3 define available_externally i32 @test_function() {
4 ; CHECK-NOT: @test_function
10 define i32 @result() {
11 ; CHECK-LABEL: define i32 @result()
13 %A = call i32 @test_function()
15 ; CHECK-NOT: @test_function
22 ; CHECK-NOT: @test_function