// Origin: Jason Merrill int j = 42; int main () { static int i = j; return (i != 42); }