Re-land [openmp] Fix warnings when building on Windows with latest MSVC or Clang...
[llvm-project.git] / llvm / test / Assembler / invalid-safestack-return.ll
blob81a1d25666cd6c3354708a68445f113c87b6a38a
1 ; RUN: not llvm-as -o /dev/null %s 2>&1 | FileCheck %s
3 ; CHECK: error: this attribute does not apply to return values
4 declare safestack void @foo()