| name: ArcTestObjCLibrary | |
| description: 'Tests ARC' | |
| language: objc | |
| output: | |
| bindings: 'arc_bindings.dart' | |
| objc-bindings: 'arc_bindings.m' | |
| exclude-all-by-default: true | |
| functions: | |
| include: | |
| - objc_autoreleasePoolPop | |
| - objc_autoreleasePoolPush | |
| objc-interfaces: | |
| include: | |
| - ArcTestObject | |
| - ArcDtorTestObject | |
| headers: | |
| entry-points: | |
| - 'arc_test.h' |