blob: f62885278e1b69df2cdc6811a9be65b809341e2a [file] [log] [blame]
; RUN: opt %s -inline -internalize -disable-output
define void @foo() nounwind {
ret void
}
define void @main(...) nounwind {
call void @foo()
ret void
}