#ifndef EXTERNAL_HPP
#define EXTERNAL_HPP

namespace external {
void foo();
void goo();
}

#endif
