Files
clang-p2996/libc/test/src/stdlib/atol_test.cpp

16 lines
494 B
C++

//===-- Unittests for atol ------------------------------------------------===//
//
// 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/atol.h"
#include "test/UnitTest/Test.h"
ATOI_TEST(Atol, LIBC_NAMESPACE::atol)