summaryrefslogtreecommitdiff
path: root/test cases/common/183 partial dependency/external_dependency/header_only.c
blob: ecdd58becbd73da370478e8dd05e1730151bac9b (plain)
1
2
3
4
5
6
7
8
/*
 * SPDX-License-Identifier: Apache-2.0
 * Copyright © 2024 Intel Corporation
 */

#include <zlib.h>

int main(void) { return 0; }