brintos

brintos / llvm-project-archived public Read only

0
0
Text · 152 B · f38ef68 Raw
5 lines · plain
1; RUN: not llvm-as %s -o /dev/null 2>&1 | FileCheck %s2 3; CHECK: Attribute 'byval' does not support unsized types!4declare void @foo(ptr byval(void()))5