summaryrefslogtreecommitdiff
path: root/eg/multidecl.c
diff options
context:
space:
mode:
authorbehdad <behdad>2004-05-03 05:17:48 +0000
committerbehdad <behdad>2004-05-03 05:17:48 +0000
commit577ed4095383ef5284225d45709e6b5f0598a064 (patch)
tree6c7d0ce55124a688b4d7050e684d9d7a1e3aa71d /eg/multidecl.c
downloadc2man-master.tar.gz
Initial revisionHEADoriginmaster
Diffstat (limited to 'eg/multidecl.c')
-rw-r--r--eg/multidecl.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/eg/multidecl.c b/eg/multidecl.c
new file mode 100644
index 0000000..70ffa3f
--- /dev/null
+++ b/eg/multidecl.c
@@ -0,0 +1,3 @@
+int multidecl1, /* the first one */
+ multidecl2, /* the second one */
+ multidecl3; /* the last one */