Sign in
chromium
/
external
/
github.com
/
llvm
/
llvm-project.git
/
refs/heads/chromeos/llvm-r530567-1
/
.
/
clang
/
test
/
CodeGen
/
noexceptionsfpmath.c
blob: 13a02b957705d4eced9ade6886c8a93ec6bed3cd [
file
] [
log
] [
blame
] [
edit
]
// RUN: %clang_cc1 -S %s -emit-llvm -o - | FileCheck %s
// CHECK-LABEL: main
// CHECK: attributes #0 = {{.*}}"no-trapping-math"="true"{{.*}}
int
main
(
void
)
{
return
0
;
}