#include "test.hpp" #include int main() { Test test; test.a = 2; test.b(); test.c(); }