Sign in
cobalt
/
cobalt
/
ac9ac065c5083565917b15e7a672a79599f2f00b
/
.
/
src
/
third_party
/
llvm-project
/
llvm
/
test
/
Bindings
/
llvm-c
/
function_attributes.ll
blob: 9aa1787fde75ea74d910ddf9754294861b8c377c [
file
] [
log
] [
blame
]
; RUN: llvm-as %s -o %t.bc
; RUN: llvm-c-test --test-function-attributes < %t.bc
; This used to segfault
define
void
@X
()
{
ret
void
}