summaryrefslogtreecommitdiff
path: root/test/lisp/vc/diff-mode-resources/hello_emacs.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/lisp/vc/diff-mode-resources/hello_emacs.c')
-rw-r--r--test/lisp/vc/diff-mode-resources/hello_emacs.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/test/lisp/vc/diff-mode-resources/hello_emacs.c b/test/lisp/vc/diff-mode-resources/hello_emacs.c
new file mode 100644
index 00000000000..c7ed7538c3a
--- /dev/null
+++ b/test/lisp/vc/diff-mode-resources/hello_emacs.c
@@ -0,0 +1,6 @@
+#include <stdio.h>
+int main()
+{
+ printf("Hello, Emacs!\n");
+ return 0;
+}