1 int
main()2 main() {
3 	/*
4 	 * 03/03/09: This is the highly important null pointer
5 	 * constant negation feature needed by emacs
6 	 */
7 	if (!((void *)0)) {
8 		puts("is null");
9 	}
10 }
11 
12