view tests/mini/bug72.d @ 1218:7977096f0e49

Name some types.
author Frits van Bommel <fvbommel wxs.nl>
date Wed, 15 Apr 2009 21:37:01 +0200
parents 1bb99290e03a
children
line wrap: on
line source

module bug72;

void main()
{
    char c = void;
    int i = void;
    c += i;
}