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