brintos

brintos / llvm-project-archived public Read only

0
0
Text · 167 B · aaf146f Raw
11 lines · plain
1; RUN: not llvm-as < %s > /dev/null 2>&12 3%struct = type {  }4 5declare void @foo(...)6 7define void @bar() {8	call void (...) @foo(ptr sret(%struct) null )9	ret void10}11