brintos

brintos / llvm-project-archived public Read only

0
0
Text · 494 B · c178e61 Raw
19 lines · plain
1//===--- stdfloat - Stub header for tests -----------------------*- C++ -*-===//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-exception6//7//===----------------------------------------------------------------------===//8 9#ifndef _STDFLOAT_10#define _STDFLOAT_11 12namespace std {13 14// TODO: define std::float16_t and friends15 16}17 18#endif // _STDFLOAT_19