repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Bump version to 19.1.0-rc3
[llvm-project.git]
/
llvm
/
test
/
Bindings
/
llvm-c
/
function_attributes.ll
blob
9aa1787fde75ea74d910ddf9754294861b8c377c
1
; RUN: llvm-as %s -o %t.bc
2
; RUN: llvm-c-test --test-function-attributes < %t.bc
3
; This used to segfault
4
5
define void @X() {
6
ret void
7
}