1 #include <stdio.h>
2 
main()3 main()
4 {
5     (void) printf("Sorry, cannot test Common this way.\n");
6     (void) printf("Test one of the subclasses instead, e.g., Button.\n");
7     exit(0);
8 }
9