| 123456789101112131415 |
- // Part of the Carbon Language project, under the Apache License v2.0 with LLVM
- // Exceptions. See /LICENSE for license information.
- // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
- //
- // INCLUDE-FILE: toolchain/testing/testdata/min_prelude/parts/as.carbon
- // INCLUDE-FILE: toolchain/testing/testdata/min_prelude/parts/copy.carbon
- // EXTRA-ARGS: --custom-core --exclude-dump-file-prefix=min_prelude/
- // --- min_prelude/convert.carbon
- // A minimal prelude for testing conversion between types.
- package Core library "prelude";
- export import library "prelude/parts/as";
- export import library "prelude/parts/copy";
|