aboutsummaryrefslogtreecommitdiff
path: root/clang/test/CodeGen/noexceptionsfpmath.c
blob: 0b7c750c24faa7fc7dcef1af017d7b5ce8259754 (plain)
1
2
3
4
5
6
7
8
// RUN: %clang_cc1 %s -emit-llvm -o - | FileCheck %s

// CHECK-LABEL: main
// CHECK: attributes #0 = {{.*}}"no-trapping-math"="true"{{.*}}

int main(void) {
  return 0;
}