summaryrefslogtreecommitdiffstats
path: root/test/D/MixedDAndC/Image/cmod.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/D/MixedDAndC/Image/cmod.c')
-rw-r--r--test/D/MixedDAndC/Image/cmod.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/D/MixedDAndC/Image/cmod.c b/test/D/MixedDAndC/Image/cmod.c
new file mode 100644
index 0000000..31be5e9
--- /dev/null
+++ b/test/D/MixedDAndC/Image/cmod.c
@@ -0,0 +1,3 @@
+int csqr(int arg) {
+ return arg*arg;
+}