blob: d6b593c4d8e831b8a2b78363a82edde346c6ef94 [file] [log] [blame]
Matteo Martincigh986c1862019-07-26 15:12:47 +01001//
2// Copyright © 2017 Arm Ltd. All rights reserved.
3// SPDX-License-Identifier: MIT
4//
5
6#include "TestSharedObject.hpp"
7
8int TestFunction1(int i)
9{
10 return i;
11}
12
13int TestFunction2(int i)
14{
15 return i;
16}
17
18int TestFunction3(int i)
19{
20 return i;
21}