[libc] implement sys/uio/writev (#122233)
[llvm-project.git] / libc / test / src / complex / cimagf128_test.cpp
blob70ad0de3d38fb98387c74b37c9a01d0231a61c98
1 //===-- Unittests for cimagf128 -------------------------------------------===//
2 //
3 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
4 // See https://llvm.org/LICENSE.txt for license information.
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
6 //
7 //===----------------------------------------------------------------------===//
9 #include "CImagTest.h"
11 #include "src/complex/cimagf128.h"
13 LIST_CIMAG_TESTS(cfloat128, float128, LIBC_NAMESPACE::cimagf128)