summaryrefslogtreecommitdiffstats
path: root/tools/build/tests/ex/b.c
diff options
context:
space:
mode:
Diffstat (limited to 'tools/build/tests/ex/b.c')
-rw-r--r--tools/build/tests/ex/b.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/tools/build/tests/ex/b.c b/tools/build/tests/ex/b.c
new file mode 100644
index 000000000..2b29fb4d3
--- /dev/null
+++ b/tools/build/tests/ex/b.c
@@ -0,0 +1,6 @@
+// SPDX-License-Identifier: GPL-2.0
+
+int b(void)
+{
+ return 0;
+}