File: test_headers.c

package info (click to toggle)
serd 0.32.6-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 8,816 kB
  • sloc: ansic: 7,229; python: 518; makefile: 5
file content (10 lines) | stat: -rw-r--r-- 176 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
// Copyright 2022 David Robillard <d@drobilla.net>
// SPDX-License-Identifier: ISC

#include <serd/serd.h> // IWYU pragma: keep

SERD_CONST_FUNC int
main(void)
{
  return 0;
}