[llvm-objcopy] [COFF] Fix a test matching pathnames for Windows. NFC.
[llvm-core.git] / test / Linker / ctors5.ll
blob99124061bb3241fe631c1c6472931dde870aa424
1 ; RUN: llvm-link -S %s | FileCheck %s
3 @llvm.global_ctors = appending global [1 x { i32, void ()* }] [{ i32, void ()* } { i32 65535, void ()* @f }]
4 ; CHECK: @llvm.global_ctors = appending global [1 x { i32, void ()*, i8* }] [{ i32, void ()*, i8* } { i32 65535, void ()* @f, i8* null }]
6 define void @f() {
7   ret void