Fork channel

Create a new channel as a copy of main.

Rename channel

Rename main to:

Delete channel

Delete main? This cannot be undone.

2009-06-14-HighlyAligned.c
// RUN: %clang_cc1 %s -emit-llvm -o /dev/null
// PR4332

static int highly_aligned __attribute__((aligned(4096)));

int f(void) {
	return highly_aligned;
}