blob: 11e385e14619c8db7d9b7ccd6af1007de8fd73e2 [file] [log] [blame]
; RUN: llvm-as < %s | opt -funcresolve | dis | not grep declare
declare void %test(int)
int %callee(int %X) {
call void %test(int %X)
ret int 2
}
internal void %test(sbyte) {
ret void
}