blob: e8e9c41c6dfb76ab3b48c415a671707363472b84 [file] [log] [blame]
Duncan Sandsb41773f2008-01-12 16:42:01 +00001; RUN: not llvm-as < %s -o /dev/null
Duncan Sandsd5aafe62008-01-11 22:36:48 +00002
3 %struct = type { }
4
5declare void @foo(...)
6
7define void @bar() {
Duncan Sandsb41773f2008-01-12 16:42:01 +00008 call void (...)* @foo(%struct* sret null )
Duncan Sandsd5aafe62008-01-11 22:36:48 +00009 ret void
10}