tree-sitter-objc/examples/SemaObjC/property-weak.m

7 lines
178 B
Mathematica
Raw Normal View History

2022-04-16 15:58:26 +00:00
// RUN: %clang_cc1 -triple i386-apple-darwin9 -fsyntax-only -verify %s
// expected-no-diagnostics
@interface foo
@property(nonatomic) int foo __attribute__((weak_import));
@end