blob: 9d2809fe26963bffb77642cab1bd0d8b0bb6e8ae [file] [log] [blame]
/*
* Copyright (c) 2023 Nordic Semiconductor ASA.
*
* SPDX-License-Identifier: Apache-2.0
*/
#include <zephyr/kernel.h>
int main(void)
{
printk("Should not be printed, expected TF-M's NS application to be run instead.\n");
k_panic();
for (;;) {
}
}