aboutsummaryrefslogtreecommitdiff
path: root/test cases/unit/93 new subproject in configured project/subprojects/sub/foo.c
blob: 9713d9f7f47a8782fc94365cfff20d13f3d74d4d (plain)
1
2
3
4
5
6
/* SPDX-license-identifier: Apache-2.0 */
/* Copyright © 2021 Intel Corporation */

int func(void) {
    return 1;
}