blob: b186e6e74f1620957f7f2e3932c73d1ad590f214 [file] [log] [blame] [edit]
// RUN: %clang -### -fallow-runtime-check-skip-hot-cutoff=1.0 %s 2>&1 | FileCheck %s
// CHECK: -fallow-runtime-check-skip-hot-cutoff=1.0
int main(int argc, char** argv) {
return __builtin_allow_runtime_check("foo");
}