blob: 60a9ee42cc921176c7bec9ef090254d70b78efed [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;
}