xref: /llvm-project/llvm/test/ExecutionEngine/OrcLazy/Inputs/obj-weak-non-materialization-2.ll (revision 6cadc7c06ba27bdee06d45c1443c7213cc5a9cbb)
1@X = weak global i32 1, align 4
2
3define void @foo() {
4entry:
5  ret void
6}
7
8