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;
}