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