Fork channel

Create a new channel as a copy of main.

Rename channel

Rename main to:

Delete channel

Delete main? This cannot be undone.

2003-08-03-PassCode.td
// RUN: llvm-tblgen %s

class test<code C> {
  code Code = C;
}

def foo : test<[{ hello world! }]>;