Keep the source location of the selector in ObjCMessageExpr.
[clang.git] / test / SemaObjC / attr-cleanup.m
blob8415c698f3485de4bd8c374b38c46e505d30e66e
1 // RUN: %clang_cc1 %s -verify -fsyntax-only
3 @class NSString;
5 void c1(id *a);
7 void t1()
9   NSString *s __attribute((cleanup(c1)));