module modules.include;

extern (C):

struct Foo
{
    int qux;
}

alias Bar = Foo;