Fork channel

Create a new channel as a copy of main.

Rename channel

Rename main to:

Delete channel

Delete main? This cannot be undone.

ignore-weakimport-method.m
// RUN: %clang_cc1  -fsyntax-only -verify %s
// expected-no-diagnostics
@interface foo 
+ (void) cx __attribute__((weak_import));
- (void) x __attribute__((weak_import));
@end