brintos

brintos / llvm-project-archived public Read only

0
0
Text · 157 B · e68e800 Raw
5 lines · plain
1; RUN: not llvm-as < %s -o /dev/null 2>&1 | FileCheck %s2 3declare dso_local dllimport void @fun()4; CHECK: error: dso_location and DLL-StorageClass mismatch5