1
2
3
4
5
6
7
8
#ifndef BAR_H
#define BAR_H

#include "foo.h"

void bar(int a);

#endif // BAR_H