blob: 21a461f17f07d73db3f0317e18eea08868727a5e [file] [log] [blame]
mixin M {}
class A = void Function() with M;
main() {}