blob: d241b1cf5f29d4e16e30f044e037b3f86936cccf [file] [log] [blame]
main() {}
typedef Bar<T> = void Function(Baz<T>);
typedef Baz<T> = void Function(Foo<T>);
typedef Foo<T> = void Function(Bar<T>);