#include "a.h" int get_x_2 (void) { return wrapper::x; } void set_x_2 (int x_) { wrapper::x = x_; }