AMDGPU: Allow f16/bf16 for DS_READ_TR16_B64 gfx950 builtins (#118297)
[llvm-project.git] / llvm / test / ExecutionEngine / OrcLazy / private_linkage.ll
blob19750768c5754d8d5df35e4a807513e1d2e6d70b
1 ; RUN: lli -jit-kind=orc-lazy %s
3 define private void @foo() {
4 entry:
5   ret void
8 define void @"\01l_bar"() {
9 entry:
10   ret void
13 define i32 @main(i32 %argc, ptr nocapture readnone %argv) {
14 entry:
15   call void @foo()
16   call void @"\01l_bar"()
17   ret i32 0