blob: 0c7a1331da29f3b7fb6145179a1e0871d21ef00d [file] [log] [blame]
//===-- Unittests for atoll -----------------------------------------------===//
//
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
// See https://llvm.org/LICENSE.txt for license information.
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
//
//===----------------------------------------------------------------------===//
#include "AtoiTest.h"
#include "src/stdlib/atoll.h"
#include "test/UnitTest/Test.h"
ATOI_TEST(Atoll, LIBC_NAMESPACE::atoll)