1 2 3 4 5 6 7
class MyClass { public: static const int* example; static const int* example_check_no_collision; }; static const int* example_check_no_collision;