// RUN: %clang_cc1 -fdebugger-support -funknown-anytype -fsyntax-only -verify %s
// rdar://problem/9416370
// rdar://problem/12565338
// Just test that we can declare a function taking __unknown_anytype.
// For now, we don't actually need to make calling something like this
// work; if that changes, here's what's required:
// - get this call through overload resolution somehow,
// - update the function-call argument-passing code like the
// message-send code, and
// - rewrite the function expression to have a type that doesn't
// involving __unknown_anytype.