blob: e6baf34a6c74b8f95eb0e4a854020fdacea341f6 [file] [log] [blame]
Devang Patel37895852008-02-20 23:10:42 +00001; RUN: 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()