#import auto cu1

//# @
struct X {
    double val;
};

//# @
struct Y {
    struct A a;
};

//# -
static struct B b __attribute__((unused));
