// RUN: %clang_cc1 -fsyntax-only -verify %s
// Split from function-template-specialization.cpp because the noreturn warning
// requires analysis-based warnings, which the other errors in that test case
// disable.
void
void // expected-warning {{function declared 'noreturn' should not return}}