/*
 *	Try to persuade the compiler to produce code that can never be executed
 *	It didn't, but it still did something stupid!
 */

main()
{
	if (0) {
		print("Hello, world!");
	}
}
