Fork channel

Create a new channel as a copy of main.

Rename channel

Rename main to:

Delete channel

Delete main? This cannot be undone.

arm-no-cmse.c
// RUN: %clang_cc1 -triple thumbv8m.base-none-eabi -verify %s

typedef void (*callback_ns_1t)(void)
  __attribute__((cmse_nonsecure_call)); // expected-warning{{'cmse_nonsecure_call' attribute ignored}}

void f(void)
  __attribute__((cmse_nonsecure_entry)) {} // expected-warning{{'cmse_nonsecure_entry' attribute ignored}}