1#include <stdbool.h>
2
3
4bool test1()
5{
6	return false;
7}
8
9