blob: ed07dd63a6d45484d0db65eb7c530ca8a07376ef [file] [log] [blame]
// @dart = 2.7
int x;
void foo() {
print("hello");
}