none.carbon 398 B

12345678910
  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: --no-prelude-import --exclude-dump-file-prefix=min_prelude/
  6. // --- min_prelude/none.carbon
  7. // A minimal prelude that avoids importing any prelude library at all.
  8. package MinPreludeNone;