int main(int argc, char const *argv[]) { struct ExampleCPlusPlus { int example_data; }* example; example->example_data = 0; return 0; }