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