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