blob: 1f4c9c72b4048936aba32d8effdd29fbee3fd299 [file] [log] [blame]
Duncan Sands623a3892008-01-11 22:36:48 +00001; RUN: not llvm-as < %s
2
3 %struct = type { }
4
5declare void @foo(...)
6
7define void @bar() {
8 call void (...)* @foo(%struct* inreg null )
9 ret void
10}