blob: 234cf2c96d9fb52e4d3b5f16235f0bee205b9b26 [file] [log] [blame]
// Copyright (c) 2023, the Dart project authors. Please see the AUTHORS file
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.
// ignore_for_file: unused_element, camel_case_types, non_constant_identifier_names
// AUTO GENERATED FILE, DO NOT EDIT.
//
// Generated by `package:ffigen`.
// ignore_for_file: type=lint
import 'dart:ffi' as ffi;
@ffi.Native<ffi.Void Function()>(symbol: "_test")
external void test();
@ffi.Native<ffi.Int16>(symbol: "_testField")
external int testField;