brintos

brintos / llvm-project-archived public Read only

0
0
Text · 180 B · aecdbce Raw
12 lines · plain
1; RUN: opt < %s -passes='cgscc(inline)',internalize -disable-output2define void @foo() nounwind {3  ret void4}5 6define void @main(...) nounwind {7  call void @foo()8  ret void9}10 11 12