view tests/mini/bug74.d @ 385:c4e7003136ab

Remove -O0 from command line for compiling tests.
author Christian Kamm <kamm incasoftware de>
date Wed, 23 Jul 2008 20:19:58 +0200
parents 1bb99290e03a
children
line wrap: on
line source

module bug74;

char[] sformat(char[] s, ...)
{
    TypeInfo[] ti = _arguments;
    void* args = _argptr;
    return "";
}

void main()
{
}