blob: 3f18510b3fe80119542d482414be63a34279d820 [file] [log] [blame]
// Copyright 2019 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.
int calculate() {
return 6 * 7;
}