[flang] Accept polymorphic component element in storage_size
[llvm-project.git] / libc / test / src / math / frexpf_test.cpp
blob5d78f94ec1e596a84d3b544c57c721c9b2b1bfae
1 //===-- Unittests for frexpf ----------------------------------------------===//
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 "FrexpTest.h"
11 #include "src/math/frexpf.h"
13 LIST_FREXP_TESTS(float, __llvm_libc::frexpf)