/* SPDX-License-Identifier: GPL-2.0-only */
#ifndef _MAIN_DECL_H_
#define _MAIN_DECL_H_
void main(void);
#endif