view tests/mini/nocompile_initoverlap2.d @ 1492:ef76f6e1693c

Add some passes that `opt` runs to the default pass list.
author Frits van Bommel <fvbommel wxs.nl>
date Thu, 11 Jun 2009 16:57:45 +0200
parents b8a51aa44d4c
children
line wrap: on
line source

struct S
{
    union
    {
        float f = 1;
        int i = 2;
    }
}