aboutsummaryrefslogtreecommitdiff
path: root/libc/test/src/stdlib/lldiv_test.cpp
blob: 72e24aeb8fe9be7d254d5ccef85f082385da2bec (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
//===-- Unittests for lldiv -----------------------------------------------===//
//
// 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 "DivTest.h"

#include "hdr/types/lldiv_t.h"
#include "src/stdlib/lldiv.h"

LIST_DIV_TESTS(long long, lldiv_t, LIBC_NAMESPACE::lldiv)