1 // RUN: %clang_cc1 -triple i386-apple-darwin9 -fsyntax-only -fobjc-gc -verify %s
2 // RUN: %clang_cc1 -x objective-c++ -triple i386-apple-darwin9 -fsyntax-only -fobjc-gc -verify %s
4 __weak id p; // expected-warning {{__weak attribute cannot be specified on a field declaration}}
9 __weak id local; // expected-warning {{Objective-C GC does not allow weak variables on the stack}}