#include class A { int getSomething(); }; inline int A::getSomething() { static std::pair b(1, 1); return 0; } int main() { return 0; }