#pragma once namespace liby { struct Pair { long a, b; }; void foo(void); }