blob: 7de2f68f064fdc362c9a5a510aebf00ad06a91ed [file] [log] [blame]
// Copyright 2022 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 <zxtest/zxtest.h>
TEST(LdsoXOM, Test) {
int a(void);
EXPECT_EQ(a(), 2);
}