brintos

brintos / llvm-project-archived public Read only

0
0
Text · 140 B · 9aa1787 Raw
8 lines · plain
1; RUN: llvm-as %s -o %t.bc2; RUN: llvm-c-test --test-function-attributes < %t.bc3; This used to segfault4 5define void @X() {6    ret void7}8