llvm-project/libc/test/src/stdfix/countlsr_test.cpp
Krishna Pandey 1f51038036
[libc][stdfix] Implement countlsfx functions in libc. (#126597)
fixes #113357

---------

Signed-off-by: krishna2803 <kpandey81930@gmail.com>
2025-02-12 14:12:44 -05:00

14 lines
483 B
C++

//===-- Unittests for countlsr --------------------------------------------===//
//
// 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 "CountlsTest.h"
#include "src/stdfix/countlsr.h"
LIST_COUNTLS_TESTS(fract, LIBC_NAMESPACE::countlsr);