float.carbon 471 B

12345678910111213
  1. // Part of the Carbon Language project, under the Apache License v2.0 with LLVM
  2. // Exceptions. See /LICENSE for license information.
  3. // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
  4. //
  5. // INCLUDE-FILE: toolchain/testing/testdata/min_prelude/parts/int_literal.carbon
  6. // --- min_prelude/parts/float.carbon
  7. package Core library "prelude/parts/float";
  8. export import library "prelude/parts/int_literal";
  9. fn Float(size: IntLiteral()) -> type = "float.make_type";