blob: d38aca2fc71e9283fa7bc94e014029703e40445b [file] [log] [blame]
struct a {
struct b* val_a;
};
struct b {
int val_b;
};