Re-land [openmp] Fix warnings when building on Windows with latest MSVC or Clang...
[llvm-project.git] / llvm / test / Transforms / InferFunctionAttrs / nobuiltin.ll
blob337e1c9723d23c4a985ec87a3a48799d6890736b
1 ; RUN: opt -S -passes=inferattrs < %s | FileCheck %s
3 ; CHECK: Function Attrs: nobuiltin allocsize(0){{$}}
4 ; CHECK: declare ptr @_Znwm(i32)
5 declare ptr @_Znwm(i32) nobuiltin allocsize(0)