blob: c9717445a70d686c499e019596be8988c5842197 [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(void) { return 2; }