blob: ea2c2eda8d5a0f173f1de1d6918a723551dea283 [file] [log] [blame]
target triple = "x86_64-unknown-linux-gnu"
target datalayout = "e-m:e-i64:64-f80:128-n8:16:32:64-S128"
declare void @h();
define void @g() {
call void @h();
ret void
}