3 # RUN: llvm-mc -triple x86_64-windows-msvc -filetype=obj %s -o %t.obj
4 # RUN: lld-link %t.obj -out:%t.dll -dll -noentry -nodefaultlib -dependentloadflag:0x800 2>&1 | FileCheck %s
5 # CHECK: lld-link: warning: '_load_config_used' structure too small to include DependentLoadFlags
9 .globl _load_config_used