blob: 0cc7066a276c2297d813721a974c5973310ed19a [file] [log] [blame]
typedef A = Function()?;
mixin B {}
class C = A with B;
main() {}