#define main __ImageStart class Point { int x; int y; }; int main() { return 0; }