1*14171b87Slntue //===-- Unittests for expk ------------------------------------------------===// 2*14171b87Slntue // 3*14171b87Slntue // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. 4*14171b87Slntue // See https://llvm.org/LICENSE.txt for license information. 5*14171b87Slntue // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 6*14171b87Slntue // 7*14171b87Slntue //===----------------------------------------------------------------------===// 8*14171b87Slntue 9*14171b87Slntue #include "ExpTest.h" 10*14171b87Slntue 11*14171b87Slntue #include "src/stdfix/expk.h" 12*14171b87Slntue 13*14171b87Slntue LIST_EXP_TESTS(k, accum, LIBC_NAMESPACE::expk); 14