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