blob: eb9688ca261517a8b51d66dc64592b4ebbe4b472 [file] [log] [blame]
library;
import self as self;
static const field dynamic c = 1;
static method main() dynamic {
self::c;
self::c.call();
}