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