blob: 633a5b8cde1ca222406918bd67698548dc9d7096 [file] [log] [blame]
// Copyright 2019 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.
#include <stdint.h>
uint32_t returns_two() { return 2; }