blob: 8b0df5f6ddab397d6981c56ed60b31873d158587 [file] [log] [blame]
Jim Flynne195a042022-04-12 17:19:28 +01001//
2// Copyright © 2022 Arm Ltd and Contributors. All rights reserved.
3// SPDX-License-Identifier: MIT
4//
5#include <cstdio>
6
7int main()
8{
9 printf("The bare metal deserialized graph was successfully executed\n");
10 return 0;
11}