blob: c6155e926aed06768d2ea79b3eb6d00b2d12c2d0 [file] [log] [blame]
// Copyright 2019 The Chromium 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 foo(int param) {
return param * param;
}