Sign in
llvm
/
llvm-project
/
c06d0ff806b72b1cfbca6306a2bc4f5f2922b01b
/
.
/
clang
/
test
/
CodeGen
/
noexceptionsfpmath.c
blob: 0b7c750c24faa7fc7dcef1af017d7b5ce8259754 [
file
] [
log
] [
blame
]
// RUN: %clang_cc1 %s -emit-llvm -o - | FileCheck %s
// CHECK-LABEL: main
// CHECK: attributes #0 = {{.*}}"no-trapping-math"="true"{{.*}}
int
main
(
void
)
{
return
0
;
}