int.carbon 521 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.carbon
  6. // EXTRA-ARGS: --custom-core --exclude-dump-file-prefix=min_prelude/
  7. // --- min_prelude/int.carbon
  8. // A minimal prelude for testing using `Int` or `i32`; required for arrays.
  9. package Core library "prelude";
  10. export import library "prelude/parts/int";