blob: 091d52aea72d8e725b5bed8f1fd75e818219133a [file] [log] [blame]
main() {}
typedef F = void Function()?;
void bar(F x) {}
void baz(F? x) {}
void foo(void Function() x) {}