#import auto cu2

//# @
struct A {
    int val;
};

//# @
struct B {
    struct X x;
};

//# -
static struct Y y __attribute__((unused));
