| name: GlobalTestObjCLibrary | |
| description: 'Tests global variables' | |
| language: objc | |
| output: 'global_native_bindings.dart' | |
| exclude-all-by-default: true | |
| ffi-native: | |
| globals: | |
| include: | |
| - globalString | |
| - globalObject | |
| - globalBlock | |
| headers: | |
| entry-points: | |
| - 'global_test.h' |