blob: 65138638db83e090923c64074de5866b766bafb4 [file]
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'