main() {
#ifdef pdp11
	exit(0);
#else
	exit(1);
#endif
}
