view test.td @ 118:54585ad7e426

Added the DType -> llvm type mapping for some more types
author Anders Halager <halager@gmail.com>
date Sun, 25 May 2008 18:24:16 +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;
}