constructor(address c, bytes32 h) {
	if( c.codehash != h) {
		revert CustomError();
	}
}
