brintos

brintos / llvm-project-archived public Read only

0
0
Text · 214 B · 3a476e6 Raw
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