Fork channel

Create a new channel as a copy of main.

Rename channel

Rename main to:

Delete channel

Delete main? This cannot be undone.

int64-type.c
// RUN: %clang_cc1 -triple x86_64-apple-darwin10 -verify %s -ffreestanding
// expected-no-diagnostics

#include <stdint.h>
typedef unsigned long long uint64_t;