| name: AutomatedRefCountTestObjCLibrary | |
| description: 'Tests automatic reference counting of Objective-C objects' | |
| language: objc | |
| output: 'automated_ref_count_bindings.dart' | |
| exclude-all-by-default: true | |
| functions: | |
| include: | |
| - createAutoreleasePool | |
| - destroyAutoreleasePool | |
| objc-interfaces: | |
| include: | |
| - ArcTestObject | |
| - RefCounted | |
| headers: | |
| entry-points: | |
| - 'automated_ref_count_test.m' | |
| preamble: | | |
| // ignore_for_file: camel_case_types, non_constant_identifier_names, unused_element, unused_field |