Fork channel

Create a new channel as a copy of main.

Rename channel

Rename main to:

Delete channel

Delete main? This cannot be undone.

j.h
#ifndef J_H
#define J_H

#define STR(x) #x
#define HDR(x) STR(x.h)

#include ALLOWED_INC
#include HDR(a)

const int j = a * a + b;

// expected-no-diagnostics

#endif