#ifndef _FOO_H_
#define _FOO_H_
#include "bar.h"

int main (void);

mynum doSomething (int x);
#endif
