// RUN: clang -rewrite-objc %s -o=- @interface MyDerived { @public int IVAR; } @end MyDerived *pd; int main() { return pd->IVAR; }