module test;
void foo(int x){assert(x);}
void main(){foo(0);}dmd -run test -- killed by signal 11Is this a regression or a problem with my setup (DMD 2.057 on Ubuntu 11.10 64 bit)?
Can anyone reproduce this?
module test;
void foo(int x){assert(x);}
void main(){foo(0);}dmd -run test -- killed by signal 11Is this a regression or a problem with my setup (DMD 2.057 on Ubuntu 11.10 64 bit)?
Can anyone reproduce this?