blob: ae3f963f84052ed471378082f90048708f24bc39 [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.
int foo() {
return 42;
}
int main() {
return foo();
}