bolt/deps/llvm-18.1.8/clang/test/CodeGenCXX/main-norecurse.cpp
2025-02-14 19:21:04 +01:00

8 lines
214 B
C++

// RUN: %clang_cc1 -emit-llvm %s -o - | FileCheck %s
// CHECK: define {{.*}} @main({{.*}}) #0
int main(int argc, char **argv) {
return 1;
}
// CHECK: attributes #0 = { mustprogress noinline norecurse{{.*}} }