blob: e778a6f1091108e65ca1fa03ad9bde19a60bbb8f [file] [log] [blame]
; RUN: llvm-as < %s | llc
implementation ; Functions:
declare void %llvm.dbg.declare({ }*, { }*)
void %foo() {
call void %llvm.dbg.declare( { }* null, { }* null )
ret void
}