summaryrefslogtreecommitdiffstats
path: root/test cases/rust/12 bindgen/dependencies/external_dep.h
blob: 284661be3d9af4bad427c456c29e3f7473975c71 (plain)
1
2
3
4
5
6
7
8
/* SPDX-License-Identifer: Apache-2.0 */
/* Copyright © 2022 Intel Corporation */

#include <zlib.h>

struct External {
    z_stream * stream;
};