[PowerPC] Collect some CallLowering arguments into a struct. [NFC]
[llvm-project.git] / clang / test / SemaObjC / attr-cleanup.m
blob978498ca64b52ffd2f0d90e9bdedb3e5b23b9d59
1 // RUN: %clang_cc1 %s -verify -fsyntax-only
2 // expected-no-diagnostics
4 @class NSString;
6 void c1(id *a);
8 void t1()
10   NSString *s __attribute((cleanup(c1)));