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
[docs] Add LICENSE.txt to the root of the mono-repo
[llvm-project.git]
/
llvm
/
test
/
Bitcode
/
anon-functions.ll
blob
b68cc8eff0501fc861261fcf8654b4e81ad01f48
1
; RUN: llvm-as < %s | llvm-dis | FileCheck %s
2
; PR25101
3
4
; CHECK: define void @0()
5
define void @0() {
6
ret void
7
}
8
9
; CHECK: define void @f()
10
define void @f() {
11
ret void
12
}
13
14
; CHECK: define void @1()
15
define void @1() {
16
ret void
17
}
18