1 /* SPDX-License-Identifier: GPL-2.0-only */ 2 3 #ifndef _MAIN_DECL_H_ 4 #define _MAIN_DECL_H_ 5 6 void main(void); 7 8 #endif 9