blob: 7b77f1e0c5ef844948fe0f070dc7541cce05be28 [file] [log] [blame]
// Copyright 2018 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.
fn main() {
assert_eq!(4, testing::mult_two(2));
}