brintos

brintos / llvm-project-archived public Read only

0
0
Text · 171 B · 0b7c750 Raw
9 lines · c
1// RUN: %clang_cc1 %s -emit-llvm -o - | FileCheck %s2 3// CHECK-LABEL: main4// CHECK: attributes #0 = {{.*}}"no-trapping-math"="true"{{.*}}5 6int main(void) {7  return 0;8}9