[clang][modules] Don't prevent translation of FW_Private includes when explicitly...
[llvm-project.git] / llvm / test / Linker / Inputs / ctors2.ll
blob1f2d6434181d55ef4e47c5f58ba7037d10e960b9
1 $foo = comdat any
2 @foo = global i8 1, comdat
3 @llvm.global_ctors = appending global [1 x { i32, ptr, ptr }] [{ i32, ptr, ptr } { i32 65535, ptr @bar, ptr @foo }]
4 define void @bar() comdat($foo) {
5   ret void