1 ; RUN: not llvm-as < %s -o /dev/null 2>&1 | FileCheck %s 2 3 declare dso_local dllimport void @fun() 4 ; CHECK: error: dso_location and DLL-StorageClass mismatch 5