blob: 1a29abeddd8da79d9949995a2bb8c611c2788722 [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.
#include "examples/rust/cdylib/rust/crust.h"
#include <gtest/gtest.h>
TEST(DyLibTest, GetInt) { EXPECT_EQ(42, crust_get_int()); }