blob: 1cdad694e452b893d82c622c813a2ba1a0e90af0 [file] [log] [blame]
library;
import self as self;
import "dart:core" as core;
typedef F = (core::int, core::num, {w: core::Object, z: core::String}) void;
typedef G = (core::int, core::num, [core::String, core::Object]) void;
static const field core::int foo = 21;
static const field core::int bar = 42;
static const field core::int baz = 84;
static method main() dynamic
;