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