Create a new channel as a copy of main.
Rename main to:
Delete main? This cannot be undone.
// RUN: %clang_cc1 -Wall -ffreestanding -fsyntax-only -fwrapv -verify %s int test(void) { int i; i = -1 << 1; // no-warning return i; } // expected-no-diagnostics