annotate addon/import_08_Z.d @ 1597:8b9d4d2f925a

Fix typos in complex tests. See D bug 614.
author Christian Kamm <kamm incasoftware de>
date Tue, 09 Sep 2008 16:53:58 +0200
parents 34fae7a0f2ed
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
671
34fae7a0f2ed zwang <nehzgnaw@gmail.com>
thomask
parents:
diff changeset
1 // $HeadURL$
34fae7a0f2ed zwang <nehzgnaw@gmail.com>
thomask
parents:
diff changeset
2 // $Date$
34fae7a0f2ed zwang <nehzgnaw@gmail.com>
thomask
parents:
diff changeset
3 // $Author$
34fae7a0f2ed zwang <nehzgnaw@gmail.com>
thomask
parents:
diff changeset
4
34fae7a0f2ed zwang <nehzgnaw@gmail.com>
thomask
parents:
diff changeset
5 module addon.import_08_Z;
34fae7a0f2ed zwang <nehzgnaw@gmail.com>
thomask
parents:
diff changeset
6
34fae7a0f2ed zwang <nehzgnaw@gmail.com>
thomask
parents:
diff changeset
7 int test(int i){
34fae7a0f2ed zwang <nehzgnaw@gmail.com>
thomask
parents:
diff changeset
8 return i+1;
34fae7a0f2ed zwang <nehzgnaw@gmail.com>
thomask
parents:
diff changeset
9 }