1; RUN: llvm-as %s -o %t.bc
2; RUN: llvm-c-test --test-function-attributes < %t.bc
3; This used to segfault
4
5define void @X() {
6    ret void
7}
8