blob: a025ba660632cd67fa521a90aaa3cbaf001430a6 [file] [log] [blame]
// Copyright 2013 The Flutter Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
import 'dart:ui' as ui;
//import 'dart:gpu';
void main() {}
@pragma('vm:entry-point')
void sayHi() {
print('Hi');
}