blob: e44a94b63b1006a7f6cb4522adc24c960cd5a130 [file] [log] [blame]
Gabor Greifafb4e8c2008-05-20 22:07:21 +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}