; RUN: opt %s -inline -constprop -S > %t; RUN: not grep test_function %t; RUN: grep {ret i32 5} %t; test_function should not be emitted to the .s file.defineavailable_externallyi32@test_function(){reti324}definei32@result(){%A=calli32@test_function()%B=addi32%A,1reti32%B}