#include "lib.h" void Service::f(int x) {} void Service::f(double x) {} void Service::g(int x) {} void Service::g(long x) {} void Service::h(int a, int b) {} void Service::h(double a, double b) {} void Service::p(int x) {} void Service::p(double x) {}