view tests/mini/missingti.d @ 949:b2d27ddf8f45

changes to get the naked asm stuff working for x64
author wilsonk@ubuntu
date Tue, 10 Feb 2009 08:02:25 -0700
parents af9bdd69a7ec
children
line wrap: on
line source

class MyClass
{
}

void main()
{
  MyClass[] l;
  l.sort;
}