noreturn
__attribute__ ((noreturn, format (printf, 3, 4)));
__attribute__ ((noreturn, format (printf, 1, 2)))
__attribute__ ((noreturn, format (printf, 1, 2)));
__attribute__ ((noreturn, format (printf, 4, 5)));
__attribute__ ((noreturn, format (printf, 3, 4)));
__attribute__ ((noreturn, format (printf, 3, 0)));
__attribute__ ((noreturn, format (printf, 2, 0)));
__attribute__ ((noreturn, format (printf, 4, 0)));
__attribute__ ((noreturn, format (printf, 3, 0)));
__attribute__ ((noreturn, format (printf, 3, 4)));
__attribute__ ((noreturn, format (printf, 2, 3)));
__attribute__ ((noreturn, format (printf, 4, 0)))
__attribute__ ((noreturn, format (printf, 4, 5)))
__attribute__ ((noreturn, format (printf, 3, 0)))
__attribute__ ((noreturn, format (printf, 3, 4)))
__attribute__ ((noreturn, format (printf, 3, 0)))
__attribute__ ((noreturn, format (printf, 3, 4)))
__attribute__ ((noreturn, format (printf, 2, 0)))
__attribute__ ((noreturn, format (printf, 2, 3)))
__attribute__((noreturn))
#define ecb_noreturn [[noreturn]]
#define ecb_noreturn __declspec (noreturn)
void auth_maxtries_exceeded(struct ssh *) __attribute__((noreturn));
void cleanup_exit(int) __attribute__((noreturn));
LogLevel, const char *, const char *, ...) __attribute__((noreturn))
LogLevel, const char *, const char *, ...) __attribute__((noreturn))
__attribute__((noreturn));
__attribute__((noreturn));
void fdpass(int nfd) __attribute__((noreturn));
void sftp_server_cleanup_exit(int) __attribute__((noreturn));
#define ossl_noreturn __attribute__((noreturn))
#ifndef noreturn
#if __has_extension(noreturn) || KRB5TYPES_REQUIRE_GNUC(3,1,0)
#define HEIMDAL_NORETURN_ATTRIBUTE __attribute__((noreturn))
#define GCC_NORETURN __attribute__((noreturn))
void OF_exit(void) __attribute__((noreturn));
extern void ocs_abort(void) __attribute__((noreturn));
void OF_exit(void) __attribute__((noreturn));
#define _Noreturn [[noreturn]]
#define UTILS_NORETURN __attribute__((noreturn))
void my_exit(int) __attribute__((noreturn));
#define GCC_NORETURN __attribute__((noreturn))