blob: d6b593c4d8e831b8a2b78363a82edde346c6ef94 [file] [log] [blame]
//
// 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;
}