File: test_headers.c

package info (click to toggle)
suil 0.10.24-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 376 kB
  • sloc: ansic: 1,576; cpp: 392; makefile: 9; sh: 5
file content (13 lines) | stat: -rw-r--r-- 217 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
// Copyright 2022-2025 David Robillard <d@drobilla.net>
// SPDX-License-Identifier: ISC

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

#if defined(__GNUC__)
__attribute__((const))
#endif
int
main(void)
{
  return 0;
}