about summary refs log tree commit diff
path: root/t/t4051/dummy.c
diff options
context:
space:
mode:
Diffstat (limited to 't/t4051/dummy.c')
-rw-r--r--t/t4051/dummy.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/t/t4051/dummy.c b/t/t4051/dummy.c
new file mode 100644
index 000000000000..a43016e870ff
--- /dev/null
+++ b/t/t4051/dummy.c
@@ -0,0 +1,7 @@
+
+static int dummy(void)	// Begin of dummy
+{
+	int rc = 0;
+
+	return rc;
+}	// End of dummy