9 lines · cpp
1// RUN: %clang_cc1 -emit-llvm %s -o - | FileCheck %s2 3// CHECK: define {{.*}} @main({{.*}}) #04int main(int argc, char **argv) {5 return 1;6}7 8// CHECK: attributes #0 = { mustprogress noinline norecurse{{.*}} }9 1// RUN: %clang_cc1 -emit-llvm %s -o - | FileCheck %s2 3// CHECK: define {{.*}} @main({{.*}}) #04int main(int argc, char **argv) {5 return 1;6}7 8// CHECK: attributes #0 = { mustprogress noinline norecurse{{.*}} }9