1 // RUN: %clang_cc1 -triple thumbv8m.base-none-eabi -verify %s
2 
3 typedef void (*callback_ns_1t)()
4   __attribute__((cmse_nonsecure_call)); // expected-warning{{'cmse_nonsecure_call' attribute ignored}}
5 
f()6 void f()
7   __attribute__((cmse_nonsecure_entry)) {} // expected-warning{{'cmse_nonsecure_entry' attribute ignored}}
8