blob: 1410a464cae0ecc0816293d2eb33112cb2a99a12 [file] [log] [blame]
// @dart = 2.9
library spawn_uri_exported_main_lib;
main(args, msg) {
print("From main!");
msg.send(50);
}