blob: e778a6f1091108e65ca1fa03ad9bde19a60bbb8f [file] [log] [blame]
Jim Laskey8156a0d2006-03-28 01:34:14 +00001; RUN: llvm-as < %s | llc
2
3implementation ; Functions:
4
5declare void %llvm.dbg.declare({ }*, { }*)
6
7void %foo() {
8 call void %llvm.dbg.declare( { }* null, { }* null )
9 ret void
10}