Add test cases for generator expressions and library relocation to the code_relocation test, in order to verify functionality for these new API features. Signed-off-by: Daniel DeGrasse <daniel.degrasse@nxp.com>
9 lines
160 B
C
9 lines
160 B
C
/*
|
|
* Copyright 2022 NXP
|
|
*
|
|
* SPDX-License-Identifier: Apache-2.0
|
|
*/
|
|
|
|
/* External library function, called from test_file1.c */
|
|
void relocated_library(void);
|