xref: /llvm-project/llvm/test/Bindings/llvm-c/function_attributes.ll (revision 003216b319d7f12f7245b183741500a478bfd641)
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