blob: f468e98eb7a6da40beaa7b9a6681620c29693dc1 [file] [log] [blame]
// RUN: %clang_cc1 -S %s -emit-llvm -o - | FileCheck %s
// CHECK-LABEL: main
// CHECK: attributes #0 = {{.*}}"no-trapping-math"="true"{{.*}}
int main() {
return 0;
}