Mercurial > projects > ldc
annotate tests/mini/bug74.d @ 341:1bb99290e03a trunk
[svn r362] Started merging the old 'test' dir as well as the newer 'tangotests' dir into 'tests/mini' and 'tests/minicomplex'.
author | lindquist |
---|---|
date | Sun, 13 Jul 2008 02:51:19 +0200 |
parents | test/bug74.d@79c9ac745fbc |
children |
rev | line source |
---|---|
lindquist@119 | 1 module bug74; |
lindquist@119 | 2 |
lindquist@119 | 3 char[] sformat(char[] s, ...) |
lindquist@119 | 4 { |
lindquist@119 | 5 TypeInfo[] ti = _arguments; |
lindquist@119 | 6 void* args = _argptr; |
lindquist@119 | 7 return ""; |
lindquist@119 | 8 } |
lindquist@119 | 9 |
lindquist@119 | 10 void main() |
lindquist@119 | 11 { |
lindquist@119 | 12 } |