full.carbon 635 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. // EXTRA-ARGS: --expect-full-prelude --exclude-dump-file-prefix=min_prelude/
  6. // Including this file indicates explicitly to file_test that the test wants to
  7. // include the full production prelude. Note that this is quite slow relative to
  8. // a more minimal prelude (e.g. ~1s vs 10ms), and makes debugging tests quite
  9. // noisy as the prelude compiles many things.
  10. // --- min_prelude/full.carbon
  11. // A no-op package.
  12. package MinPreludeFull;