#ifndef HEAD_H
#define HEAD_H

#include <iostream>

int foo(int x);
int foo1(int x);
int foo2(int x);
void test();

#endif