Fork channel

Create a new channel as a copy of main.

Rename channel

Rename main to:

Delete channel

Delete main? This cannot be undone.

solaris-ld-sld.c
// REQUIRES: system-solaris

// Check that clang invokes the native ld.

// RUN: test -f /usr/gnu/bin/ld && env PATH=/usr/gnu/bin %clang -o %t.o %s

int main() { return 0; }