blob: a9292c3f42d0b4e19db7c0be0e7ea0533a68fb3c [file] [log] [blame]
// Copyright 2020 The Fuchsia Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
extern int bar(void);
int foo(int x) { return x + bar(); }