// RUN: %clang_cc1 -std=c++14 -fsyntax-only -verify %s
;
__auto_type int; // expected-error {{function with trailing return type must specify return type 'auto'}}
__auto_type ; // expected-error {{'__auto_type' not allowed in function return type}}
__auto_type // expected-error {{'__auto_type' not allowed in function return type}}
auto __auto_type // expected-error {{'__auto_type' not allowed in function return type}}
int