summaryrefslogtreecommitdiff
path: root/vendor/bundle/ruby/3.4.0/gems/rake-13.3.0/doc/example/a.c
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/bundle/ruby/3.4.0/gems/rake-13.3.0/doc/example/a.c')
-rw-r--r--vendor/bundle/ruby/3.4.0/gems/rake-13.3.0/doc/example/a.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/vendor/bundle/ruby/3.4.0/gems/rake-13.3.0/doc/example/a.c b/vendor/bundle/ruby/3.4.0/gems/rake-13.3.0/doc/example/a.c
new file mode 100644
index 0000000..620e6f8
--- /dev/null
+++ b/vendor/bundle/ruby/3.4.0/gems/rake-13.3.0/doc/example/a.c
@@ -0,0 +1,6 @@
+#include <stdio.h>
+
+void a()
+{
+ printf ("In function a\n");
+}