aboutsummaryrefslogtreecommitdiff
path: root/src/backends/backendsCommon/test/TestSharedObject.cpp
blob: d6b593c4d8e831b8a2b78363a82edde346c6ef94 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
//
// Copyright © 2017 Arm Ltd. All rights reserved.
// SPDX-License-Identifier: MIT
//

#include "TestSharedObject.hpp"

int TestFunction1(int i)
{
    return i;
}

int TestFunction2(int i)
{
    return i;
}

int TestFunction3(int i)
{
    return i;
}