blob: 184d54315192257f646187c8897d3bcb53199997 [file] [log] [blame]
// RUN: not %target-swift-frontend -assume-parsing-unqualified-ownership-sil -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();
}