annotate nocompile/abstract_11.d @ 311:35a1df98caf1

updated abstract tests to dmd-118
author thomask
date Wed, 16 Mar 2005 11:09:23 +0000
parents
children 1f6cf5ccfbc9
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
311
35a1df98caf1 updated abstract tests to dmd-118
thomask
parents:
diff changeset
1 // $HeadURL$
35a1df98caf1 updated abstract tests to dmd-118
thomask
parents:
diff changeset
2 // $Date$
35a1df98caf1 updated abstract tests to dmd-118
thomask
parents:
diff changeset
3 // $Author$
35a1df98caf1 updated abstract tests to dmd-118
thomask
parents:
diff changeset
4
35a1df98caf1 updated abstract tests to dmd-118
thomask
parents:
diff changeset
5 // @author@ Thomas Kuehne <thomas-dloop@kuehne.thisisspam.cn
35a1df98caf1 updated abstract tests to dmd-118
thomask
parents:
diff changeset
6 // @date@ 2005-03-16
35a1df98caf1 updated abstract tests to dmd-118
thomask
parents:
diff changeset
7 // @uri@ news:miglg2-ph5.ln1@lnews.kuehne.cn
35a1df98caf1 updated abstract tests to dmd-118
thomask
parents:
diff changeset
8 // @url@ nntp://news.digitalmars.com/digitalmars.D.bugs/3196
35a1df98caf1 updated abstract tests to dmd-118
thomask
parents:
diff changeset
9
35a1df98caf1 updated abstract tests to dmd-118
thomask
parents:
diff changeset
10 module dstress.nocompile.abstract_11;
35a1df98caf1 updated abstract tests to dmd-118
thomask
parents:
diff changeset
11
35a1df98caf1 updated abstract tests to dmd-118
thomask
parents:
diff changeset
12 abstract int a;