You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
8 lines
316 B
8 lines
316 B
// RUN: %clang_cc1 -triple thumbv8m.base-none-eabi -verify %s
|
|
|
|
typedef void (*callback_ns_1t)()
|
|
__attribute__((cmse_nonsecure_call)); // expected-warning{{'cmse_nonsecure_call' attribute ignored}}
|
|
|
|
void f()
|
|
__attribute__((cmse_nonsecure_entry)) {} // expected-warning{{'cmse_nonsecure_entry' attribute ignored}}
|