[clang-cl] Ignore /Wv and /Wv:17 flags
[llvm-project.git] / clang / test / CodeGenCXX / main-norecurse.cpp
blob3a476e6a119a25fe0853828cb0d402cbd2581bd7
1 // RUN: %clang_cc1 -emit-llvm %s -o - | FileCheck %s
3 // CHECK: define {{.*}} @main({{.*}}) #0
4 int main(int argc, char **argv) {
5 return 1;
8 // CHECK: attributes #0 = { mustprogress noinline norecurse{{.*}} }