summaryrefslogtreecommitdiff
path: root/reference/C/CONTRIB/OR_USING_C/a.2.c
diff options
context:
space:
mode:
Diffstat (limited to 'reference/C/CONTRIB/OR_USING_C/a.2.c')
-rw-r--r--reference/C/CONTRIB/OR_USING_C/a.2.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/reference/C/CONTRIB/OR_USING_C/a.2.c b/reference/C/CONTRIB/OR_USING_C/a.2.c
new file mode 100644
index 0000000..2f6782e
--- /dev/null
+++ b/reference/C/CONTRIB/OR_USING_C/a.2.c
@@ -0,0 +1,6 @@
+extern hello();
+
+main()
+{
+ hello_();
+}