blob: 10ff66bd5a878bbce2dfd3ba74a33fef72a1052e [file] [log] [blame]
// RUN: not %target-swift-frontend -Xcc -mno-sse -import-objc-header %S/Inputs/c_functions_error.h -primary-file %s -emit-ir
// This should fail, but not crash.
// REQUIRES: CPU=x86_64
func call_buggy_builtin() {
produce_error_in_clang_irgen();
}