convert.carbon 624 B

123456789101112131415
  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/as.carbon
  6. // INCLUDE-FILE: toolchain/testing/testdata/min_prelude/parts/copy.carbon
  7. // EXTRA-ARGS: --custom-core --exclude-dump-file-prefix=min_prelude/
  8. // --- min_prelude/convert.carbon
  9. // A minimal prelude for testing conversion between types.
  10. package Core library "prelude";
  11. export import library "prelude/parts/as";
  12. export import library "prelude/parts/copy";