blob: c6770038e4d35beaace5df5ca6c56887fdf31fce [file] [log] [blame]
// Copyright 2021 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 <zircon/syscalls-next.h>
#include <zxtest/zxtest.h>
TEST(NextVdsoTest, BasicTest) { ASSERT_OK(zx_syscall_next_1(7)); }