blob: ae2c23d51016cf248cad6ec4224b69741bdee7ea [file] [log] [blame] [edit]
// Copyright (c) 2025, the Dart project authors. Please see the AUTHORS file
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.
// functionFilter=main
@pragma('wasm:never-inline')
void main() {
print('hello world');
}