mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-03-06 05:33:28 +00:00
14 lines
153 B
LLVM
14 lines
153 B
LLVM
|
define weak void @foo() !weak !0 {
|
||
|
unreachable
|
||
|
}
|
||
|
|
||
|
define void @baz() !baz !0 {
|
||
|
unreachable
|
||
|
}
|
||
|
|
||
|
define void @b() !b !0 {
|
||
|
unreachable
|
||
|
}
|
||
|
|
||
|
!0 = !{!"b"}
|