xref: /kernel/linux/linux-6.6/tools/build/feature/test-zlib.c
  • Home
  • History
  • Annotate Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
  • only in /kernel/linux/linux-6.6/tools/build/feature/
162306a36Sopenharmony_ci// SPDX-License-Identifier: GPL-2.0
262306a36Sopenharmony_ci#include <zlib.h>
362306a36Sopenharmony_ci
462306a36Sopenharmony_ciint main(void)
562306a36Sopenharmony_ci{
662306a36Sopenharmony_ci	z_stream zs;
762306a36Sopenharmony_ci
862306a36Sopenharmony_ci	inflateInit(&zs);
962306a36Sopenharmony_ci	return 0;
1062306a36Sopenharmony_ci}
11

Indexes created Thu Nov 07 10:32:03 CST 2024