blob: 997bbfad7a5b029e120e6502ae14f0b5314f61c4 [file] [log] [blame]
Devang Patel6ce33d92008-02-20 22:51:28 +00001; RUN: not llvm-as < %s -o /dev/null -f
Dan Gohmanf17a25c2007-07-18 16:29:46 +00002
3define void @test() {
4 call {} @foo()
5 ret void
6}
7
8declare {} @foo()