1; RUN: llvm-as %s -o %t.bc2; RUN: llvm-c-test --test-callsite-attributes < %t.bc3; This used to segfault4 5define void @Y() {6 ret void7}8 9define void @X() {10 call void @X()11 ret void12}13