summaryrefslogtreecommitdiff
path: root/test/D/MixedDAndC/Image/cmod.c
blob: 31be5e9e0312a41bf8387d2f348ad0162e75b871 (plain)
1
2
3
int csqr(int arg) {
  return arg*arg;
}