1/*
2 * Copyright 2017, Data61, CSIRO (ABN 41 687 119 230)
3 *
4 * SPDX-License-Identifier: BSD-2-Clause
5 */
6
7#include <camkes.h>
8#include <stdio.h>
9
10void self_pa_print_attributes(void) {
11    printf("str0: %s\n", str0);
12    printf("str1: %s\n", str1);
13}
14