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