[clang][modules] Don't prevent translation of FW_Private includes when explicitly...
[llvm-project.git] / clang / test / SemaObjC / attr-cleanup.m
blob9ee02bfab5a2a844de5434eddfbbafe0f23f4f46
1 // RUN: %clang_cc1 %s -verify -fsyntax-only
2 // expected-no-diagnostics
4 @class NSString;
6 void c1(id *a);
8 void t1(void)
10   NSString *s __attribute((cleanup(c1)));