1; RUN: opt < %s -always-inline -S | grep {@foo} 2; Ensure that foo is not removed by always inliner 3; PR 2945 4 5define internal i32 @foo() nounwind { 6 ret i32 0 7} 8