view test.td @ 98:7f9240d4ddc1 new_gen

Fixed tests - forgot some stuff in codegen.
author Anders Johnsen <skabet@gmail.com>
date Tue, 06 May 2008 21:55:29 +0200
parents da551f90e03f
children
line wrap: on
line source




int main()
{
    int y = 4;

    karina k;


    while (y > 0)
        y = y - 1;

    return x;
}

int x = 4;


struct karina
{
    anders a;
    int age;
    int width;
    int height;
    int lovers;
}
struct anders
{
    int hej;
}