#ifndef FOO_HPP #define FOO_HPP struct Foo { int foo(); }; #endif