e9daa98653
Change-Id: I5ebf49427ac4ddd005c490d1f04880f005211d26 Reviewed-on: https://dart-review.googlesource.com/33943 Commit-Queue: Samir Jindel <sjindel@google.com> Reviewed-by: Peter von der Ahé <ahe@google.com>
8 lines
137 B
Plaintext
8 lines
137 B
Plaintext
library;
|
|
import self as self;
|
|
import "dart:core" as core;
|
|
|
|
static method main() → dynamic
|
|
return core::print(-9223372036854775808);
|
|
|