blob: 0aa2dbbd689e41f13af689c23d8accae94046bbc [file] [log] [blame]
// ignore_for_file: unused_import
// AUTO GENERATED FILE, DO NOT EDIT.
//
// Generated by `package:ffigen`.
import 'dart:ffi' as ffi;
/// test line 1
/// test line 2
abstract class Constants {
static const int a = 10;
/// negative
static const int b = -1;
}