// RUN: %clang_cc1 -std=c++1z -verify %s -triple x86_64-unknown-unknown
;
typedef void noexcept;
typedef void ;
Nothrow *a;
Throw *b;
Nothrow S::*c;
Throw S::*d;
void
// ... The result is a pointer to the function.
void ;
constexpr void = &f;
static_assert;
;
constexpr void = &S::f;
static_assert;