aboutsummaryrefslogtreecommitdiffstats
path: root/test/headers/test_headers.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/headers/test_headers.c')
-rw-r--r--test/headers/test_headers.c11
1 files changed, 11 insertions, 0 deletions
diff --git a/test/headers/test_headers.c b/test/headers/test_headers.c
new file mode 100644
index 00000000..c855c103
--- /dev/null
+++ b/test/headers/test_headers.c
@@ -0,0 +1,11 @@
+// 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;
+}