Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

English documentation updates up to v0.8.25-46-g6c7e686d8 (2024-04-13) #343

Closed
wants to merge 572 commits into from

Conversation

soldocsbot
Copy link

This is an automatically-generated sync PR to bring this translation repository up to date with the state of the English documentation as of 2024-04-13 (commit 6c7e686d).

How to work on a sync PR

Resolve conflicts and translate newly added text

  • The PR includes all documentation changes from the main repository since the last time a sync PR was merged. If this translation repository is fully caught up with the English version, translate any newly added English text you see here by pushing more commits to the PR. However, if the translation is incomplete, you may prefer to leave the text added in this PR and add it to your translation checklist to handle at a later time.
  • Scan the PR for merge conflict markers. If there were changes in the English text that has already been translated, the PR will contain merge conflicts that need to be resolved:
    <<<<<<< HEAD
        El valor más grande representable por el tipo ``T``.
    =======
        The smallest value representable by type ``T``.
    >>>>>>> 800088e38b5835ebdc71e9ba5299a70a5accd7c2
    The top part of the conflict is the current translation (corresponding to the old English text), the bottom shows the new English text. To solve the conflict simply translate the new text, possibly reusing parts of the current translation. After doing so, do not forget to remove the conflict markers.
  • You may get conflicts also if there were structual changes that did not affect the meaning of the text and therefore do not require retranslation. For example when text is moved from one page to another, you will find matching conflicts in two places and the solution is to move the translation to the new spot. If only whitespace changed, it may even seem like there was no change at all but if there is a conflict, there is always a reason, however trivial it may be. Be careful, though, because there is a possibility that the text was both moved and modified.

Work on one sync PR at a time

  • Sync PRs are produced by the translation bot in regular intervals as long as there are changes in the English documentation. You will not lose any updates by closing this PR. The next sync PR will also include them. The latest sync PR will always include all changes that need to be done. If you haven't worked on any sync PR yet and there are several open sync PRs in your repo, choose the latest (newest) one to get started.
  • It is recommended to work only on one sync PR at a time. Close this PR if you are already working on a different one.
  • Once you merge this PR, the conflict resolutions and new commits you pushed to it are likely to cause conflicts with other open sync PRs. It is possible solve these conflicts if you are proficient with git and fully understand what changed in which PR, but for simplicity it is recommended to close all pending sync PRs and wait for a fresh one, which will no longer include the merged changes.

Do not squash merge or rebase this PR

Rebasing or squashing a sync PR erases the information about the commits that the changes originally came from, which will result in extra conflicts in the next sync PR.
If you do it by accident, don't worry - simply make sure to handle the next sync PR properly, which will restore the missing commits.

Review checklist

The following files were modified in this pull request. Please review them before merging the PR:

cameel and others added 30 commits January 22, 2024 13:42
…Support

Introduce transient storage support for inline assembly
…comparing-internal-function-pointers

Issue a warning when comparing internal function pointers
…andard-json

Add support to import EVM Assembly JSON via Standard JSON.
moltam89 and others added 28 commits April 3, 2024 12:01
It isn't "the only possibility for public contract function arguments" since version 0.6.9, as mentioned in the second "Note" of https://docs.soliditylang.org/en/v0.8.24/types.html#data-location
Co-authored-by: Nikola Matić <nikola.matic@ethereum.org>
…ddability

[buildsystem] Improve solidity embeddability.
…-images

Install Eldarica on Ubuntu Clang images
…al_error_on_bitwise

SMTChecker: Fix internal error when using bitwise operators with an array as argument
…re_from_universal_binary

Remove signature removal from macos universal binaries.
…_import_to_import_asm_json

Rename some tests.
…g-days-hex-number-combination

Fix error msg for hex number combined with unit denomination
The helper method makes clear the intent clear and should be more
readable than if-then-else branches with smtAssertions.
Moreover, some of the if-conditions were not checking the right thing.
…bility

SMTChecker: Relax assertions regarding sort compatibility when creating expressions
# Conflicts:
#	.circleci/config.yml
#	.circleci/osx_install_dependencies.sh
#	.circleci/soltest.sh
#	.circleci/soltest_all.sh
#	.github/ISSUE_TEMPLATE/bug_report.md
#	.github/workflows/buildpack-deps.yml
#	.github/workflows/welcome-external-pr.yml
#	CODING_STYLE.md
#	Changelog.md
#	README.md
#	ReleaseChecklist.md
#	cmake/EthCompilerSettings.cmake
#	cmake/fmtlib.cmake
#	cmake/jsoncpp.cmake
#	cmake/range-v3.cmake
#	docs/050-breaking-changes.rst
#	docs/060-breaking-changes.rst
#	docs/080-breaking-changes.rst
#	docs/abi-spec.rst
#	docs/assembly.rst
#	docs/bugs.rst
#	docs/cheatsheet.rst
#	docs/common-patterns.rst
#	docs/contracts/constant-state-variables.rst
#	docs/contracts/events.rst
#	docs/contracts/function-modifiers.rst
#	docs/contracts/functions.rst
#	docs/contracts/inheritance.rst
#	docs/contracts/interfaces.rst
#	docs/contributing.rst
#	docs/control-structures.rst
#	docs/examples/blind-auction.rst
#	docs/examples/micropayment.rst
#	docs/examples/modular.rst
#	docs/examples/safe-remote.rst
#	docs/grammar/SolidityParser.g4
#	docs/index.rst
#	docs/installing-solidity.rst
#	docs/internals/optimizer.rst
#	docs/introduction-to-smart-contracts.rst
#	docs/ir-breaking-changes.rst
#	docs/layout-of-source-files.rst
#	docs/metadata.rst
#	docs/natspec-format.rst
#	docs/path-resolution.rst
#	docs/resources.rst
#	docs/security-considerations.rst
#	docs/smtchecker.rst
#	docs/structure-of-a-contract.rst
#	docs/style-guide.rst
#	docs/types/conversion.rst
#	docs/types/reference-types.rst
#	docs/types/value-types.rst
#	docs/units-and-global-variables.rst
#	docs/using-the-compiler.rst
#	docs/yul.rst
#	libevmasm/Assembly.cpp
#	libevmasm/Assembly.h
#	libevmasm/AssemblyItem.cpp
#	libevmasm/AssemblyItem.h
#	libevmasm/BlockDeduplicator.cpp
#	libevmasm/CMakeLists.txt
#	libevmasm/CommonSubexpressionEliminator.cpp
#	libevmasm/CommonSubexpressionEliminator.h
#	libevmasm/ConstantOptimiser.cpp
#	libevmasm/ConstantOptimiser.h
#	libevmasm/ControlFlowGraph.cpp
#	libevmasm/Disassemble.cpp
#	libevmasm/Exceptions.h
#	libevmasm/ExpressionClasses.cpp
#	libevmasm/ExpressionClasses.h
#	libevmasm/GasMeter.cpp
#	libevmasm/GasMeter.h
#	libevmasm/Inliner.cpp
#	libevmasm/Instruction.cpp
#	libevmasm/Instruction.h
#	libevmasm/JumpdestRemover.cpp
#	libevmasm/KnownState.cpp
#	libevmasm/KnownState.h
#	libevmasm/LinkerObject.cpp
#	libevmasm/PathGasMeter.cpp
#	libevmasm/PeepholeOptimiser.cpp
#	libevmasm/SemanticInformation.cpp
#	libevmasm/SemanticInformation.h
#	libevmasm/SimplificationRule.h
#	libevmasm/SimplificationRules.cpp
#	libevmasm/SimplificationRules.h
#	liblangutil/CMakeLists.txt
#	liblangutil/CharStream.cpp
#	liblangutil/DebugInfoSelection.cpp
#	liblangutil/DebugInfoSelection.h
#	liblangutil/EVMVersion.cpp
#	liblangutil/EVMVersion.h
#	liblangutil/ErrorReporter.cpp
#	liblangutil/ErrorReporter.h
#	liblangutil/Exceptions.cpp
#	liblangutil/Exceptions.h
#	liblangutil/ParserBase.cpp
#	liblangutil/ParserBase.h
#	liblangutil/Scanner.cpp
#	liblangutil/Scanner.h
#	liblangutil/SemVerHandler.cpp
#	liblangutil/SourceLocation.cpp
#	liblangutil/SourceReferenceExtractor.cpp
#	liblangutil/SourceReferenceFormatter.cpp
#	liblangutil/SourceReferenceFormatter.h
#	liblangutil/Token.cpp
#	liblangutil/Token.h
#	libsmtutil/CHCSmtLib2Interface.cpp
#	libsmtutil/CHCSmtLib2Interface.h
#	libsmtutil/CVC4Interface.cpp
#	libsmtutil/SMTLib2Interface.cpp
#	libsmtutil/SMTLib2Interface.h
#	libsmtutil/SMTPortfolio.cpp
#	libsmtutil/SMTPortfolio.h
#	libsmtutil/SolverInterface.h
#	libsmtutil/Sorts.cpp
#	libsmtutil/Z3CHCInterface.cpp
#	libsmtutil/Z3Interface.cpp
#	libsmtutil/Z3Loader.cpp
#	libsolc/libsolc.cpp
#	libsolidity/CMakeLists.txt
#	libsolidity/analysis/ConstantEvaluator.cpp
#	libsolidity/analysis/ContractLevelChecker.cpp
#	libsolidity/analysis/ControlFlowAnalyzer.cpp
#	libsolidity/analysis/ControlFlowBuilder.cpp
#	libsolidity/analysis/ControlFlowGraph.cpp
#	libsolidity/analysis/DeclarationContainer.cpp
#	libsolidity/analysis/DeclarationTypeChecker.cpp
#	libsolidity/analysis/DocStringAnalyser.cpp
#	libsolidity/analysis/DocStringTagParser.cpp
#	libsolidity/analysis/FunctionCallGraph.cpp
#	libsolidity/analysis/GlobalContext.cpp
#	libsolidity/analysis/GlobalContext.h
#	libsolidity/analysis/ImmutableValidator.cpp
#	libsolidity/analysis/ImmutableValidator.h
#	libsolidity/analysis/NameAndTypeResolver.cpp
#	libsolidity/analysis/NameAndTypeResolver.h
#	libsolidity/analysis/OverrideChecker.cpp
#	libsolidity/analysis/PostTypeChecker.cpp
#	libsolidity/analysis/PostTypeChecker.h
#	libsolidity/analysis/PostTypeContractLevelChecker.cpp
#	libsolidity/analysis/ReferencesResolver.cpp
#	libsolidity/analysis/ReferencesResolver.h
#	libsolidity/analysis/Scoper.cpp
#	libsolidity/analysis/StaticAnalyzer.cpp
#	libsolidity/analysis/SyntaxChecker.cpp
#	libsolidity/analysis/SyntaxChecker.h
#	libsolidity/analysis/TypeChecker.cpp
#	libsolidity/analysis/ViewPureChecker.cpp
#	libsolidity/ast/AST.cpp
#	libsolidity/ast/AST.h
#	libsolidity/ast/ASTAnnotations.cpp
#	libsolidity/ast/ASTAnnotations.h
#	libsolidity/ast/ASTForward.h
#	libsolidity/ast/ASTJsonExporter.cpp
#	libsolidity/ast/ASTJsonExporter.h
#	libsolidity/ast/ASTJsonImporter.cpp
#	libsolidity/ast/ASTVisitor.h
#	libsolidity/ast/AST_accept.h
#	libsolidity/ast/CallGraph.cpp
#	libsolidity/ast/ExperimentalFeatures.h
#	libsolidity/ast/TypeProvider.cpp
#	libsolidity/ast/Types.cpp
#	libsolidity/ast/Types.h
#	libsolidity/codegen/ABIFunctions.cpp
#	libsolidity/codegen/ArrayUtils.cpp
#	libsolidity/codegen/ArrayUtils.h
#	libsolidity/codegen/Compiler.cpp
#	libsolidity/codegen/CompilerContext.cpp
#	libsolidity/codegen/CompilerUtils.cpp
#	libsolidity/codegen/ContractCompiler.cpp
#	libsolidity/codegen/ExpressionCompiler.cpp
#	libsolidity/codegen/LValue.cpp
#	libsolidity/codegen/MultiUseYulFunctionCollector.cpp
#	libsolidity/codegen/YulUtilFunctions.cpp
#	libsolidity/codegen/ir/Common.cpp
#	libsolidity/codegen/ir/Common.h
#	libsolidity/codegen/ir/IRGenerationContext.cpp
#	libsolidity/codegen/ir/IRGenerationContext.h
#	libsolidity/codegen/ir/IRGenerator.cpp
#	libsolidity/codegen/ir/IRGenerator.h
#	libsolidity/codegen/ir/IRGeneratorForStatements.cpp
#	libsolidity/codegen/ir/IRGeneratorForStatements.h
#	libsolidity/codegen/ir/IRVariable.cpp
#	libsolidity/experimental/analysis/DebugWarner.h
#	libsolidity/experimental/analysis/TypeClassRegistration.h
#	libsolidity/experimental/ast/FunctionCallGraph.h
#	libsolidity/formal/ArraySlicePredicate.cpp
#	libsolidity/formal/BMC.cpp
#	libsolidity/formal/BMC.h
#	libsolidity/formal/CHC.cpp
#	libsolidity/formal/CHC.h
#	libsolidity/formal/EncodingContext.cpp
#	libsolidity/formal/ExpressionFormatter.cpp
#	libsolidity/formal/Invariants.cpp
#	libsolidity/formal/ModelChecker.cpp
#	libsolidity/formal/ModelCheckerSettings.cpp
#	libsolidity/formal/ModelCheckerSettings.h
#	libsolidity/formal/Predicate.cpp
#	libsolidity/formal/Predicate.h
#	libsolidity/formal/PredicateInstance.cpp
#	libsolidity/formal/PredicateInstance.h
#	libsolidity/formal/PredicateSort.cpp
#	libsolidity/formal/PredicateSort.h
#	libsolidity/formal/SMTEncoder.cpp
#	libsolidity/formal/SMTEncoder.h
#	libsolidity/formal/SSAVariable.cpp
#	libsolidity/formal/SymbolicState.cpp
#	libsolidity/formal/SymbolicState.h
#	libsolidity/formal/SymbolicTypes.cpp
#	libsolidity/formal/SymbolicVariables.cpp
#	libsolidity/formal/VariableUsage.cpp
#	libsolidity/interface/ABI.cpp
#	libsolidity/interface/CompilerStack.cpp
#	libsolidity/interface/CompilerStack.h
#	libsolidity/interface/FileReader.cpp
#	libsolidity/interface/GasEstimator.cpp
#	libsolidity/interface/ImportRemapper.cpp
#	libsolidity/interface/Natspec.cpp
#	libsolidity/interface/OptimiserSettings.h
#	libsolidity/interface/SMTSolverCommand.cpp
#	libsolidity/interface/SMTSolverCommand.h
#	libsolidity/interface/StandardCompiler.cpp
#	libsolidity/interface/StandardCompiler.h
#	libsolidity/interface/StorageLayout.cpp
#	libsolidity/interface/UniversalCallback.h
#	libsolidity/interface/Version.cpp
#	libsolidity/lsp/DocumentHoverHandler.cpp
#	libsolidity/lsp/FileRepository.cpp
#	libsolidity/lsp/GotoDefinition.cpp
#	libsolidity/lsp/HandlerBase.cpp
#	libsolidity/lsp/LanguageServer.cpp
#	libsolidity/lsp/RenameSymbol.cpp
#	libsolidity/lsp/SemanticTokensBuilder.cpp
#	libsolidity/lsp/Transport.cpp
#	libsolidity/lsp/Transport.h
#	libsolidity/lsp/Utils.cpp
#	libsolidity/parsing/DocStringParser.cpp
#	libsolidity/parsing/Parser.cpp
#	libsolidity/parsing/Parser.h
#	libsolutil/AnsiColorized.h
#	libsolutil/Assertions.h
#	libsolutil/CMakeLists.txt
#	libsolutil/CommonData.cpp
#	libsolutil/CommonIO.cpp
#	libsolutil/Exceptions.cpp
#	libsolutil/IpfsHash.cpp
#	libsolutil/JSON.cpp
#	libsolutil/JSON.h
#	libsolutil/Keccak256.cpp
#	libsolutil/StringUtils.cpp
#	libsolutil/StringUtils.h
#	libsolutil/SwarmHash.cpp
#	libsolutil/TemporaryDirectory.cpp
#	libsolutil/Whiskers.cpp
#	libsolutil/cxx20.h
#	libyul/AST.h
#	libyul/ASTForward.h
#	libyul/AsmAnalysis.cpp
#	libyul/AsmAnalysis.h
#	libyul/AsmJsonConverter.cpp
#	libyul/AsmJsonConverter.h
#	libyul/AsmJsonImporter.cpp
#	libyul/AsmParser.cpp
#	libyul/AsmParser.h
#	libyul/AsmPrinter.cpp
#	libyul/AsmPrinter.h
#	libyul/CMakeLists.txt
#	libyul/CompilabilityChecker.cpp
#	libyul/CompilabilityChecker.h
#	libyul/ControlFlowSideEffectsCollector.cpp
#	libyul/Dialect.cpp
#	libyul/FunctionReferenceResolver.cpp
#	libyul/Object.cpp
#	libyul/Object.h
#	libyul/ObjectParser.cpp
#	libyul/Scope.cpp
#	libyul/ScopeFiller.cpp
#	libyul/SideEffects.h
#	libyul/Utilities.cpp
#	libyul/YulStack.cpp
#	libyul/YulStack.h
#	libyul/backends/evm/AsmCodeGen.cpp
#	libyul/backends/evm/ConstantOptimiser.cpp
#	libyul/backends/evm/ConstantOptimiser.h
#	libyul/backends/evm/ControlFlowGraph.h
#	libyul/backends/evm/ControlFlowGraphBuilder.cpp
#	libyul/backends/evm/ControlFlowGraphBuilder.h
#	libyul/backends/evm/EVMCodeTransform.cpp
#	libyul/backends/evm/EVMDialect.cpp
#	libyul/backends/evm/EVMMetrics.cpp
#	libyul/backends/evm/EVMObjectCompiler.cpp
#	libyul/backends/evm/EthAssemblyAdapter.cpp
#	libyul/backends/evm/NoOutputAssembly.cpp
#	libyul/backends/evm/OptimizedEVMCodeTransform.cpp
#	libyul/backends/evm/OptimizedEVMCodeTransform.h
#	libyul/backends/evm/StackLayoutGenerator.cpp
#	libyul/backends/evm/StackLayoutGenerator.h
#	libyul/optimiser/ASTCopier.cpp
#	libyul/optimiser/ASTWalker.cpp
#	libyul/optimiser/BlockFlattener.cpp
#	libyul/optimiser/BlockHasher.cpp
#	libyul/optimiser/CallGraphGenerator.cpp
#	libyul/optimiser/CallGraphGenerator.h
#	libyul/optimiser/CircularReferencesPruner.cpp
#	libyul/optimiser/CommonSubexpressionEliminator.cpp
#	libyul/optimiser/ConditionalSimplifier.cpp
#	libyul/optimiser/ConditionalUnsimplifier.cpp
#	libyul/optimiser/ControlFlowSimplifier.cpp
#	libyul/optimiser/DataFlowAnalyzer.cpp
#	libyul/optimiser/DeadCodeEliminator.cpp
#	libyul/optimiser/Disambiguator.cpp
#	libyul/optimiser/EqualStoreEliminator.cpp
#	libyul/optimiser/EquivalentFunctionCombiner.cpp
#	libyul/optimiser/EquivalentFunctionDetector.cpp
#	libyul/optimiser/ExpressionInliner.cpp
#	libyul/optimiser/ExpressionJoiner.cpp
#	libyul/optimiser/ExpressionSimplifier.cpp
#	libyul/optimiser/ExpressionSplitter.cpp
#	libyul/optimiser/ForLoopConditionIntoBody.cpp
#	libyul/optimiser/ForLoopConditionOutOfBody.cpp
#	libyul/optimiser/ForLoopInitRewriter.cpp
#	libyul/optimiser/FullInliner.cpp
#	libyul/optimiser/FullInliner.h
#	libyul/optimiser/FunctionCallFinder.cpp
#	libyul/optimiser/FunctionGrouper.cpp
#	libyul/optimiser/FunctionHoister.cpp
#	libyul/optimiser/FunctionSpecializer.cpp
#	libyul/optimiser/InlinableExpressionFunctionFinder.cpp
#	libyul/optimiser/KnowledgeBase.cpp
#	libyul/optimiser/KnowledgeBase.h
#	libyul/optimiser/LoadResolver.cpp
#	libyul/optimiser/LoopInvariantCodeMotion.cpp
#	libyul/optimiser/Metrics.cpp
#	libyul/optimiser/NameCollector.cpp
#	libyul/optimiser/NameDispenser.cpp
#	libyul/optimiser/NameDisplacer.cpp
#	libyul/optimiser/NameSimplifier.cpp
#	libyul/optimiser/OptimizerUtilities.cpp
#	libyul/optimiser/Rematerialiser.cpp
#	libyul/optimiser/SSAReverser.cpp
#	libyul/optimiser/SSATransform.cpp
#	libyul/optimiser/SSAValueTracker.cpp
#	libyul/optimiser/Semantics.cpp
#	libyul/optimiser/Semantics.h
#	libyul/optimiser/SimplificationRules.cpp
#	libyul/optimiser/SimplificationRules.h
#	libyul/optimiser/StackCompressor.cpp
#	libyul/optimiser/StackLimitEvader.cpp
#	libyul/optimiser/StackLimitEvader.h
#	libyul/optimiser/StackToMemoryMover.cpp
#	libyul/optimiser/StructuralSimplifier.cpp
#	libyul/optimiser/Substitution.cpp
#	libyul/optimiser/Suite.cpp
#	libyul/optimiser/Suite.h
#	libyul/optimiser/SyntacticalEquality.cpp
#	libyul/optimiser/TypeInfo.cpp
#	libyul/optimiser/UnusedAssignEliminator.cpp
#	libyul/optimiser/UnusedFunctionParameterPruner.cpp
#	libyul/optimiser/UnusedPruner.cpp
#	libyul/optimiser/UnusedStoreBase.cpp
#	libyul/optimiser/UnusedStoreEliminator.cpp
#	libyul/optimiser/VarDeclInitializer.cpp
#	libyul/optimiser/VarNameCleaner.cpp
#	scripts/ASTImportTest.sh
#	scripts/build_emscripten.sh
#	scripts/bytecodecompare/prepare_report.js
#	scripts/bytecodecompare/prepare_report.py
#	scripts/check_style.sh
#	scripts/ci/notification/matrix_notification.sh
#	scripts/common.sh
#	scripts/common/git_helpers.py
#	scripts/common_cmdline.sh
#	scripts/deps-ppa/static_z3.sh
#	scripts/docker/buildpack-deps/Dockerfile.emscripten
#	scripts/docker/buildpack-deps/Dockerfile.ubuntu.clang.ossfuzz
#	scripts/docker/buildpack-deps/Dockerfile.ubuntu2004
#	scripts/docker/buildpack-deps/Dockerfile.ubuntu2204
#	scripts/docker/buildpack-deps/Dockerfile.ubuntu2204.clang
#	scripts/error_codes.py
#	scripts/externalTests/common.sh
#	scripts/gas_diff_stats.py
#	scripts/install_deps.ps1
#	scripts/install_evmone.ps1
#	scripts/install_obsolete_jsoncpp_1_7_4.sh
#	scripts/pylintrc
#	scripts/release_ppa.sh
#	scripts/solc-bin/bytecode_reports_for_modified_binaries.sh
#	scripts/splitSources.py
#	scripts/test_antlr_grammar.sh
#	scripts/tests.sh
#	solc/CommandLineInterface.cpp
#	solc/CommandLineInterface.h
#	solc/CommandLineParser.cpp
#	solc/CommandLineParser.h
#	solc/main.cpp
#	test/CMakeLists.txt
#	test/Common.cpp
#	test/Common.h
#	test/CommonSyntaxTest.cpp
#	test/CommonSyntaxTest.h
#	test/EVMHost.cpp
#	test/EVMHost.h
#	test/ExecutionFramework.cpp
#	test/ExecutionFramework.h
#	test/FilesystemUtils.cpp
#	test/InteractiveTests.h
#	test/Metadata.cpp
#	test/TestCase.cpp
#	test/TestCase.h
#	test/TestCaseReader.cpp
#	test/cmdlineTests.sh
#	test/cmdlineTests/ast_json_import_wrong_evmVersion/err
#	test/cmdlineTests/combined_json_generated_sources/output
#	test/cmdlineTests/debug_info_in_yul_and_evm_asm_print_all/output
#	test/cmdlineTests/debug_info_in_yul_and_evm_asm_print_all_and_none/err
#	test/cmdlineTests/debug_info_in_yul_and_evm_asm_print_location_only/output
#	test/cmdlineTests/debug_info_in_yul_and_evm_asm_print_none/output
#	test/cmdlineTests/debug_info_in_yul_and_evm_asm_print_snippet_only/err
#	test/cmdlineTests/debug_info_in_yul_snippet_escaping/output
#	test/cmdlineTests/evm_version_constantinople/input.sol
#	test/cmdlineTests/function_debug_info/output
#	test/cmdlineTests/import_asm_json_invalid_data_not_hex/exit
#	test/cmdlineTests/import_asm_json_non_unique_sources/exit
#	test/cmdlineTests/inline_assembly_function_name_clash/output
#	test/cmdlineTests/ir_compiler_subobjects/output
#	test/cmdlineTests/ir_with_assembly_no_memoryguard_creation/output
#	test/cmdlineTests/ir_with_assembly_no_memoryguard_runtime/output
#	test/cmdlineTests/linker_mode_invalid_option_no_optimize_yul/err
#	test/cmdlineTests/linker_mode_invalid_option_optimize/err
#	test/cmdlineTests/linker_mode_invalid_option_optimize_runs/err
#	test/cmdlineTests/linker_mode_invalid_option_optimize_yul/err
#	test/cmdlineTests/linker_mode_invalid_option_yul_optimizations/err
#	test/cmdlineTests/linker_mode_output_selection_invalid/args
#	test/cmdlineTests/linker_mode_output_selection_invalid/err
#	test/cmdlineTests/linking_standard_solidity_unresolved_references/output.json
#	test/cmdlineTests/linking_strict_assembly/output
#	test/cmdlineTests/linking_strict_assembly_duplicate_library_name/err
#	test/cmdlineTests/linking_strict_assembly_qualified_library_qualified_reference/output
#	test/cmdlineTests/linking_strict_assembly_qualified_library_unqualified_reference/output
#	test/cmdlineTests/linking_strict_assembly_same_library_name_different_files/output
#	test/cmdlineTests/linking_strict_assembly_same_library_name_different_files_in_link_references/output
#	test/cmdlineTests/linking_strict_assembly_unqualified_library_qualified_reference/output
#	test/cmdlineTests/linking_strict_assembly_unqualified_library_unqualified_reference/output
#	test/cmdlineTests/linking_strict_assembly_unresolved_references/output
#	test/cmdlineTests/model_checker_contracts_contract_missing/err
#	test/cmdlineTests/model_checker_contracts_empty_contract/err
#	test/cmdlineTests/model_checker_contracts_empty_source/err
#	test/cmdlineTests/model_checker_contracts_one_contract_missing/err
#	test/cmdlineTests/model_checker_contracts_source_missing/err
#	test/cmdlineTests/model_checker_ext_calls_empty_arg/err
#	test/cmdlineTests/model_checker_ext_calls_wrong_arg/err
#	test/cmdlineTests/model_checker_invariants_wrong/err
#	test/cmdlineTests/model_checker_print_query_no_smtlib2_solver_bmc/exit
#	test/cmdlineTests/model_checker_solvers_wrong/err
#	test/cmdlineTests/model_checker_solvers_wrong2/err
#	test/cmdlineTests/model_checker_targets_error/err
#	test/cmdlineTests/name_simplifier/output
#	test/cmdlineTests/no_cbor_metadata_with_metadata_hash/err
#	test/cmdlineTests/optimizer_array_sload/output
#	test/cmdlineTests/standard_cli_output_selection_invalid/args
#	test/cmdlineTests/standard_cli_output_selection_invalid/err
#	test/cmdlineTests/standard_debug_info_in_evm_asm_via_ir_location/output.json
#	test/cmdlineTests/standard_debug_info_in_yul_and_evm_asm_print_all/output.json
#	test/cmdlineTests/standard_debug_info_in_yul_and_evm_asm_print_location_only/output.json
#	test/cmdlineTests/standard_debug_info_in_yul_and_evm_asm_print_none/output.json
#	test/cmdlineTests/standard_debug_info_in_yul_location/output.json
#	test/cmdlineTests/standard_empty_file_name/output.json
#	test/cmdlineTests/standard_file_not_found/err
#	test/cmdlineTests/standard_generatedSources/output.json
#	test/cmdlineTests/standard_invalid_option_no_optimize_yul/err
#	test/cmdlineTests/standard_invalid_option_optimize/err
#	test/cmdlineTests/standard_invalid_option_optimize_runs/err
#	test/cmdlineTests/standard_invalid_option_optimize_yul/err
#	test/cmdlineTests/standard_invalid_option_yul_optimizations/err
#	test/cmdlineTests/standard_irOptimized_requested/output.json
#	test/cmdlineTests/standard_missing_key_useLiteralContent/output.json
#	test/cmdlineTests/standard_model_checker_solvers_smtlib2/output.json
#	test/cmdlineTests/standard_optimizer_generatedSources/output.json
#	test/cmdlineTests/standard_optimizer_yulDetails_optimiserSteps_with_empty_cleanup_sequence/input.json
#	test/cmdlineTests/standard_optimizer_yulDetails_optimiserSteps_with_empty_optimisation_sequence/input.json
#	test/cmdlineTests/standard_optimizer_yulDetails_optimiserSteps_with_empty_sequence/input.json
#	test/cmdlineTests/standard_optimizer_yulDetails_without_yul/output.json
#	test/cmdlineTests/standard_yul/output.json
#	test/cmdlineTests/standard_yul_debug_info_print_all/in.yul
#	test/cmdlineTests/standard_yul_debug_info_print_all/output.json
#	test/cmdlineTests/standard_yul_debug_info_print_location_only/in.yul
#	test/cmdlineTests/standard_yul_debug_info_print_location_only/output.json
#	test/cmdlineTests/standard_yul_debug_info_print_none/in.yul
#	test/cmdlineTests/standard_yul_debug_info_print_none/output.json
#	test/cmdlineTests/standard_yul_debug_info_print_snippet_only/in.yul
#	test/cmdlineTests/standard_yul_object/output.json
#	test/cmdlineTests/standard_yul_object_name/output.json
#	test/cmdlineTests/standard_yul_optimiserSteps/output.json
#	test/cmdlineTests/standard_yul_optimized/output.json
#	test/cmdlineTests/standard_yul_stack_opt_disabled/output.json
#	test/cmdlineTests/strict_asm_debug_info_print_all/input.yul
#	test/cmdlineTests/strict_asm_debug_info_print_all/output
#	test/cmdlineTests/strict_asm_debug_info_print_location_only/input.yul
#	test/cmdlineTests/strict_asm_debug_info_print_location_only/output
#	test/cmdlineTests/strict_asm_debug_info_print_none/input.yul
#	test/cmdlineTests/strict_asm_debug_info_print_none/output
#	test/cmdlineTests/strict_asm_debug_info_print_snippet_only/err
#	test/cmdlineTests/strict_asm_debug_info_print_snippet_only/input.yul
#	test/cmdlineTests/strict_asm_invalid_option_output_dir/err
#	test/cmdlineTests/strict_asm_optimizer_steps/output
#	test/cmdlineTests/strict_asm_options_in_non_asm_mode/args
#	test/cmdlineTests/strict_asm_options_in_non_asm_mode/err
#	test/cmdlineTests/strict_asm_output_selection_invalid/args
#	test/cmdlineTests/strict_asm_output_selection_invalid/err
#	test/cmdlineTests/viair_subobject_optimization/output
#	test/cmdlineTests/viair_subobjects/output
#	test/cmdlineTests/yul_function_name_clashes/output
#	test/cmdlineTests/yul_function_name_clashes_different_params/output
#	test/cmdlineTests/yul_optimizer_steps_disabled/err
#	test/cmdlineTests/yul_optimizer_steps_invalid_abbreviation/err
#	test/cmdlineTests/yul_optimizer_steps_nested_brackets/output
#	test/cmdlineTests/yul_optimizer_steps_nesting_too_deep/err
#	test/cmdlineTests/yul_optimizer_steps_short_sequence/output
#	test/cmdlineTests/yul_optimizer_steps_unbalanced_closing_bracket/err
#	test/cmdlineTests/yul_optimizer_steps_unbalanced_opening_bracket/err
#	test/cmdlineTests/yul_string_format_ascii/output.json
#	test/cmdlineTests/yul_string_format_ascii_long/output.json
#	test/compilationTests/corion/ico.sol
#	test/compilationTests/corion/premium.sol
#	test/compilationTests/corion/schelling.sol
#	test/compilationTests/corion/token.sol
#	test/contracts/AuctionRegistrar.cpp
#	test/contracts/Wallet.cpp
#	test/evmc/README.md
#	test/evmc/evmc.h
#	test/evmc/evmc.hpp
#	test/evmc/mocked_host.hpp
#	test/externalTests/bleeps.sh
#	test/externalTests/brink.sh
#	test/externalTests/chainlink.sh
#	test/externalTests/colony.sh
#	test/externalTests/elementfi.sh
#	test/externalTests/ens.sh
#	test/externalTests/euler.sh
#	test/externalTests/gnosis.sh
#	test/externalTests/gp2.sh
#	test/externalTests/perpetual-pools.sh
#	test/externalTests/pool-together.sh
#	test/externalTests/trident.sh
#	test/externalTests/uniswap.sh
#	test/externalTests/yield-liquidator.sh
#	test/externalTests/zeppelin.sh
#	test/external_tests.py
#	test/libevmasm/Assembler.cpp
#	test/libevmasm/Optimiser.cpp
#	test/liblangutil/CharStream.cpp
#	test/liblangutil/Scanner.cpp
#	test/libsolidity/ABIDecoderTests.cpp
#	test/libsolidity/ABIEncoderTests.cpp
#	test/libsolidity/ABIJsonTest.cpp
#	test/libsolidity/ABITestsCommon.h
#	test/libsolidity/ASTJSON/abstract_contract.sol
#	test/libsolidity/ASTJSON/address_payable.sol
#	test/libsolidity/ASTJSON/assembly/call.json
#	test/libsolidity/ASTJSON/assembly/call.sol
#	test/libsolidity/ASTJSON/assembly/call_parseOnly.json
#	test/libsolidity/ASTJSON/assembly/empty_block.json
#	test/libsolidity/ASTJSON/assembly/empty_block.sol
#	test/libsolidity/ASTJSON/assembly/empty_block_parseOnly.json
#	test/libsolidity/ASTJSON/assembly/function.json
#	test/libsolidity/ASTJSON/assembly/function.sol
#	test/libsolidity/ASTJSON/assembly/function_parseOnly.json
#	test/libsolidity/ASTJSON/assembly/leave.json
#	test/libsolidity/ASTJSON/assembly/leave.sol
#	test/libsolidity/ASTJSON/assembly/leave_parseOnly.json
#	test/libsolidity/ASTJSON/assembly/loop.json
#	test/libsolidity/ASTJSON/assembly/loop.sol
#	test/libsolidity/ASTJSON/assembly/loop_parseOnly.json
#	test/libsolidity/ASTJSON/assembly/nested_functions.json
#	test/libsolidity/ASTJSON/assembly/nested_functions.sol
#	test/libsolidity/ASTJSON/assembly/nested_functions_parseOnly.json
#	test/libsolidity/ASTJSON/assembly/slot_offset.json
#	test/libsolidity/ASTJSON/assembly/slot_offset.sol
#	test/libsolidity/ASTJSON/assembly/slot_offset_parseOnly.json
#	test/libsolidity/ASTJSON/assembly/stringlit.json
#	test/libsolidity/ASTJSON/assembly/stringlit.sol
#	test/libsolidity/ASTJSON/assembly/stringlit_parseOnly.json
#	test/libsolidity/ASTJSON/assembly/switch.json
#	test/libsolidity/ASTJSON/assembly/switch.sol
#	test/libsolidity/ASTJSON/assembly/switch_default.json
#	test/libsolidity/ASTJSON/assembly/switch_default.sol
#	test/libsolidity/ASTJSON/assembly/switch_default_parseOnly.json
#	test/libsolidity/ASTJSON/assembly/switch_parseOnly.json
#	test/libsolidity/ASTJSON/assembly/var_access.json
#	test/libsolidity/ASTJSON/assembly/var_access.sol
#	test/libsolidity/ASTJSON/assembly/var_access_parseOnly.json
#	test/libsolidity/ASTJSON/constructor.sol
#	test/libsolidity/ASTJSON/documentation.sol
#	test/libsolidity/ASTJSON/documentation_local_variable.json
#	test/libsolidity/ASTJSON/documentation_on_statements.json
#	test/libsolidity/ASTJSON/documentation_triple.json
#	test/libsolidity/ASTJSON/event_with_variables_of_internal_types.sol
#	test/libsolidity/ASTJSON/fail_after_parsing.sol
#	test/libsolidity/ASTJSON/fallback.sol
#	test/libsolidity/ASTJSON/fallback_and_receive_ether.sol
#	test/libsolidity/ASTJSON/fallback_payable.sol
#	test/libsolidity/ASTJSON/mappings.sol
#	test/libsolidity/ASTJSON/mutability.sol
#	test/libsolidity/ASTJSON/not_existing_import.sol
#	test/libsolidity/ASTJSON/override.sol
#	test/libsolidity/ASTJSON/receive_ether.sol
#	test/libsolidity/ASTJSON/two_base_functions.sol
#	test/libsolidity/ASTJSON/used_errors.sol
#	test/libsolidity/ASTJSON/userDefinedValueType.sol
#	test/libsolidity/ASTJSON/user_defined_operator.sol
#	test/libsolidity/ASTJSON/yul_hex_literal.json
#	test/libsolidity/ASTJSON/yul_hex_literal.sol
#	test/libsolidity/ASTJSON/yul_hex_literal_parseOnly.json
#	test/libsolidity/ASTJSONTest.cpp
#	test/libsolidity/ASTJSONTest.h
#	test/libsolidity/ASTPropertyTest.h
#	test/libsolidity/AnalysisFramework.cpp
#	test/libsolidity/AnalysisFramework.h
#	test/libsolidity/Assembly.cpp
#	test/libsolidity/ErrorCheck.cpp
#	test/libsolidity/GasCosts.cpp
#	test/libsolidity/GasMeter.cpp
#	test/libsolidity/GasTest.cpp
#	test/libsolidity/GasTest.h
#	test/libsolidity/Imports.cpp
#	test/libsolidity/InlineAssembly.cpp
#	test/libsolidity/LibSolc.cpp
#	test/libsolidity/MemoryGuardTest.cpp
#	test/libsolidity/MemoryGuardTest.h
#	test/libsolidity/Metadata.cpp
#	test/libsolidity/SMTCheckerTest.cpp
#	test/libsolidity/SMTCheckerTest.h
#	test/libsolidity/SemVerMatcher.cpp
#	test/libsolidity/SemanticTest.cpp
#	test/libsolidity/SemanticTest.h
#	test/libsolidity/SolidityCompiler.cpp
#	test/libsolidity/SolidityEndToEndTest.cpp
#	test/libsolidity/SolidityExecutionFramework.cpp
#	test/libsolidity/SolidityExecutionFramework.h
#	test/libsolidity/SolidityExpressionCompiler.cpp
#	test/libsolidity/SolidityNameAndTypeResolution.cpp
#	test/libsolidity/SolidityOptimizer.cpp
#	test/libsolidity/SolidityParser.cpp
#	test/libsolidity/SolidityTypes.cpp
#	test/libsolidity/StandardCompiler.cpp
#	test/libsolidity/SyntaxTest.cpp
#	test/libsolidity/SyntaxTest.h
#	test/libsolidity/ViewPureChecker.cpp
#	test/libsolidity/analysis/FunctionCallGraph.cpp
#	test/libsolidity/gasTests/abiv2.sol
#	test/libsolidity/gasTests/abiv2_optimised.sol
#	test/libsolidity/interface/FileReader.cpp
#	test/libsolidity/lsp/rename/function.sol
#	test/libsolidity/lsp/rename/import_directive.sol
#	test/libsolidity/lsp/rename/variable.sol
#	test/libsolidity/lsp/semanticTokens/enums.sol
#	test/libsolidity/lsp/semanticTokens/functions.sol
#	test/libsolidity/natspecJSON/docstring_enum.sol
#	test/libsolidity/natspecJSON/docstring_parameter.sol
#	test/libsolidity/natspecJSON/docstring_struct.sol
#	test/libsolidity/natspecJSON/docstring_variable.sol
#	test/libsolidity/natspecJSON/invalid/docstring_author_function.sol
#	test/libsolidity/natspecJSON/invalid/docstring_author_title_state_variable.sol
#	test/libsolidity/natspecJSON/invalid/docstring_empty_description.sol
#	test/libsolidity/natspecJSON/invalid/docstring_empty_tag.sol
#	test/libsolidity/natspecJSON/invalid/docstring_inherit_modifier_no_return.sol
#	test/libsolidity/natspecJSON/invalid/docstring_inherit_modifier_no_return2.sol
#	test/libsolidity/natspecJSON/invalid/docstring_inheritdoc.sol
#	test/libsolidity/natspecJSON/invalid/docstring_inheritdoc2.sol
#	test/libsolidity/natspecJSON/invalid/docstring_inheritdoc3.sol
#	test/libsolidity/natspecJSON/invalid/docstring_inheritdoc_emptys.sol
#	test/libsolidity/natspecJSON/invalid/docstring_inheritdoc_twice.sol
#	test/libsolidity/natspecJSON/invalid/docstring_inheritdoc_wrong_type.sol
#	test/libsolidity/natspecJSON/invalid/docstring_named_return_param_mismatch.sol
#	test/libsolidity/natspecJSON/invalid/docstring_non_public_state_variable_with_return.sol
#	test/libsolidity/natspecJSON/invalid/docstring_parameter.sol
#	test/libsolidity/natspecJSON/invalid/docstring_return_size_mismatch.sol
#	test/libsolidity/natspecJSON/invalid/docstring_state_variable_too_many_return_tags.sol
#	test/libsolidity/natspecJSON/invalid/docstring_too_many_return_tags.sol
#	test/libsolidity/natspecJSON/invalid/inherit_doc_events.sol
#	test/libsolidity/natspecJSON/invalid/invalid_tag.sol
#	test/libsolidity/semanticTests/abiEncoderV1/abi_decode_dynamic_array.sol
#	test/libsolidity/semanticTests/abiEncoderV1/abi_decode_static_array.sol
#	test/libsolidity/semanticTests/abiEncoderV1/abi_decode_static_array_v2.sol
#	test/libsolidity/semanticTests/abiEncoderV1/abi_decode_trivial.sol
#	test/libsolidity/semanticTests/abiEncoderV1/abi_decode_v2.sol
#	test/libsolidity/semanticTests/abiEncoderV1/abi_decode_v2_calldata.sol
#	test/libsolidity/semanticTests/abiEncoderV1/abi_decode_v2_storage.sol
#	test/libsolidity/semanticTests/abiEncoderV1/abi_encode.sol
#	test/libsolidity/semanticTests/abiEncoderV1/abi_encode_call.sol
#	test/libsolidity/semanticTests/abiEncoderV1/abi_encode_calldata_slice.sol
#	test/libsolidity/semanticTests/abiEncoderV1/abi_encode_decode_simple.sol
#	test/libsolidity/semanticTests/abiEncoderV1/abi_encode_empty_string.sol
#	test/libsolidity/semanticTests/abiEncoderV1/abi_encode_rational.sol
#	test/libsolidity/semanticTests/abiEncoderV1/calldata_arrays_too_large.sol
#	test/libsolidity/semanticTests/abiEncoderV1/decode_slice.sol
#	test/libsolidity/semanticTests/abiEncoderV1/dynamic_memory_copy.sol
#	test/libsolidity/semanticTests/abiEncoderV1/memory_dynamic_array_and_calldata_bytes.sol
#	test/libsolidity/semanticTests/abiEncoderV1/struct/struct_storage_ptr.sol
#	test/libsolidity/semanticTests/abiEncoderV2/abi_encode_calldata_slice.sol
#	test/libsolidity/semanticTests/abiEncoderV2/abi_encode_empty_string_v2.sol
#	test/libsolidity/semanticTests/abiEncoderV2/abi_encode_rational_v2.sol
#	test/libsolidity/semanticTests/abiEncoderV2/abi_encode_v2.sol
#	test/libsolidity/semanticTests/abiEncoderV2/abi_encode_v2_in_function_inherited_in_v1_contract.sol
#	test/libsolidity/semanticTests/abiEncoderV2/abi_encode_v2_in_modifier_used_in_v1_contract.sol
#	test/libsolidity/semanticTests/abiEncoderV2/bool_out_of_bounds.sol
#	test/libsolidity/semanticTests/abiEncoderV2/calldata_array.sol
#	test/libsolidity/semanticTests/abiEncoderV2/calldata_array_dynamic_static_short_decode.sol
#	test/libsolidity/semanticTests/abiEncoderV2/calldata_dynamic_array_to_memory.sol
#	test/libsolidity/semanticTests/abiEncoderV2/calldata_overlapped_dynamic_arrays.sol
#	test/libsolidity/semanticTests/abiEncoderV2/calldata_overlapped_nested_dynamic_arrays.sol
#	test/libsolidity/semanticTests/abiEncoderV2/calldata_struct_array_reencode.sol
#	test/libsolidity/semanticTests/abiEncoderV2/calldata_three_dimensional_dynamic_array_index_access.sol
#	test/libsolidity/semanticTests/abiEncoderV2/calldata_with_garbage.sol
#	test/libsolidity/semanticTests/abiEncoderV2/cleanup/cleanup.sol
#	test/libsolidity/semanticTests/abiEncoderV2/enums.sol
#	test/libsolidity/semanticTests/abiEncoderV2/memory_dynamic_array_and_calldata_bytes.sol
#	test/libsolidity/semanticTests/abiEncoderV2/memory_dynamic_array_and_calldata_static_array.sol
#	test/libsolidity/semanticTests/abiEncoderV2/storage_array_encoding.sol
#	test/libsolidity/semanticTests/abiEncoderV2/struct/struct_short.sol
#	test/libsolidity/semanticTests/abiEncoderV2/struct/struct_simple.sol
#	test/libsolidity/semanticTests/abiEncoderV2/struct/struct_validation.sol
#	test/libsolidity/semanticTests/abiEncoderV2/struct/validation_function_type_inside_struct.sol
#	test/libsolidity/semanticTests/abiencodedecode/abi_decode_calldata.sol
#	test/libsolidity/semanticTests/abiencodedecode/abi_decode_simple.sol
#	test/libsolidity/semanticTests/abiencodedecode/abi_decode_simple_storage.sol
#	test/libsolidity/semanticTests/abiencodedecode/abi_encode_call.sol
#	test/libsolidity/semanticTests/abiencodedecode/abi_encode_call_declaration.sol
#	test/libsolidity/semanticTests/abiencodedecode/abi_encode_call_memory.sol
#	test/libsolidity/semanticTests/abiencodedecode/abi_encode_with_selector.sol
#	test/libsolidity/semanticTests/abiencodedecode/abi_encode_with_selectorv2.sol
#	test/libsolidity/semanticTests/abiencodedecode/offset_overflow_in_array_decoding.sol
#	test/libsolidity/semanticTests/abiencodedecode/offset_overflow_in_array_decoding_2.sol
#	test/libsolidity/semanticTests/abiencodedecode/offset_overflow_in_array_decoding_3.sol
#	test/libsolidity/semanticTests/accessor/accessor_for_const_state_variable.sol
#	test/libsolidity/semanticTests/accessor/accessor_for_state_variable.sol
#	test/libsolidity/semanticTests/arithmetics/addmod_mulmod.sol
#	test/libsolidity/semanticTests/arithmetics/addmod_mulmod_zero.sol
#	test/libsolidity/semanticTests/arithmetics/block_inside_unchecked.sol
#	test/libsolidity/semanticTests/arithmetics/check_var_init.sol
#	test/libsolidity/semanticTests/arithmetics/checked_called_by_unchecked.sol
#	test/libsolidity/semanticTests/arithmetics/checked_modifier_called_by_unchecked.sol
#	test/libsolidity/semanticTests/arithmetics/divisiod_by_zero.sol
#	test/libsolidity/semanticTests/arithmetics/exp_associativity.sol
#	test/libsolidity/semanticTests/arithmetics/signed_mod.sol
#	test/libsolidity/semanticTests/arithmetics/unchecked_called_by_checked.sol
#	test/libsolidity/semanticTests/arithmetics/unchecked_div_by_zero.sol
#	test/libsolidity/semanticTests/array/array_memory_index_access.sol
#	test/libsolidity/semanticTests/array/array_storage_index_access.sol
#	test/libsolidity/semanticTests/array/array_storage_index_boundary_test.sol
#	test/libsolidity/semanticTests/array/array_storage_index_zeroed_test.sol
#	test/libsolidity/semanticTests/array/array_storage_length_access.sol
#	test/libsolidity/semanticTests/array/array_storage_push_empty.sol
#	test/libsolidity/semanticTests/array/array_storage_push_empty_length_address.sol
#	test/libsolidity/semanticTests/array/array_storage_push_pop.sol
#	test/libsolidity/semanticTests/array/arrays_complex_from_and_to_storage.sol
#	test/libsolidity/semanticTests/array/byte_array_storage_layout.sol
#	test/libsolidity/semanticTests/array/byte_array_transitional_2.sol
#	test/libsolidity/semanticTests/array/bytes_length_member.sol
#	test/libsolidity/semanticTests/array/calldata_array.sol
#	test/libsolidity/semanticTests/array/calldata_array_as_argument_internal_function.sol
#	test/libsolidity/semanticTests/array/calldata_array_dynamic_invalid.sol
#	test/libsolidity/semanticTests/array/calldata_array_of_struct.sol
#	test/libsolidity/semanticTests/array/calldata_slice_access.sol
#	test/libsolidity/semanticTests/array/concat/bytes_concat_empty_argument_list.sol
#	test/libsolidity/semanticTests/array/concat/bytes_concat_empty_strings.sol
#	test/libsolidity/semanticTests/array/constant_var_as_array_length.sol
#	test/libsolidity/semanticTests/array/copying/array_copy_calldata_storage.sol
#	test/libsolidity/semanticTests/array/copying/array_copy_cleanup_uint40.sol
#	test/libsolidity/semanticTests/array/copying/array_copy_clear_storage.sol
#	test/libsolidity/semanticTests/array/copying/array_copy_different_packing.sol
#	test/libsolidity/semanticTests/array/copying/array_copy_including_array.sol
#	test/libsolidity/semanticTests/array/copying/array_copy_nested_array.sol
#	test/libsolidity/semanticTests/array/copying/array_copy_storage_abi_signed.sol
#	test/libsolidity/semanticTests/array/copying/array_copy_storage_storage_different_base.sol
#	test/libsolidity/semanticTests/array/copying/array_copy_storage_storage_different_base_nested.sol
#	test/libsolidity/semanticTests/array/copying/array_copy_storage_storage_dyn_dyn.sol
#	test/libsolidity/semanticTests/array/copying/array_copy_storage_storage_dynamic_dynamic.sol
#	test/libsolidity/semanticTests/array/copying/array_copy_storage_storage_static_dynamic.sol
#	test/libsolidity/semanticTests/array/copying/array_copy_storage_storage_static_simple.sol
#	test/libsolidity/semanticTests/array/copying/array_copy_storage_storage_static_static.sol
#	test/libsolidity/semanticTests/array/copying/array_copy_storage_storage_struct.sol
#	test/libsolidity/semanticTests/array/copying/array_copy_storage_to_memory_nested.sol
#	test/libsolidity/semanticTests/array/copying/array_copy_target_leftover.sol
#	test/libsolidity/semanticTests/array/copying/array_copy_target_leftover2.sol
#	test/libsolidity/semanticTests/array/copying/array_copy_target_simple.sol
#	test/libsolidity/semanticTests/array/copying/array_copy_target_simple_2.sol
#	test/libsolidity/semanticTests/array/copying/array_elements_to_mapping.sol
#	test/libsolidity/semanticTests/array/copying/array_nested_calldata_to_storage.sol
#	test/libsolidity/semanticTests/array/copying/array_nested_memory_to_storage.sol
#	test/libsolidity/semanticTests/array/copying/array_nested_storage_to_memory.sol
#	test/libsolidity/semanticTests/array/copying/array_of_function_external_storage_to_storage_dynamic.sol
#	test/libsolidity/semanticTests/array/copying/array_of_function_external_storage_to_storage_dynamic_different_mutability.sol
#	test/libsolidity/semanticTests/array/copying/array_of_struct_calldata_to_storage.sol
#	test/libsolidity/semanticTests/array/copying/array_of_struct_memory_to_storage.sol
#	test/libsolidity/semanticTests/array/copying/array_of_structs_containing_arrays_calldata_to_storage.sol
#	test/libsolidity/semanticTests/array/copying/array_of_structs_containing_arrays_memory_to_storage.sol
#	test/libsolidity/semanticTests/array/copying/array_storage_multi_items_per_slot.sol
#	test/libsolidity/semanticTests/array/copying/array_to_mapping.sol
#	test/libsolidity/semanticTests/array/copying/bytes_inside_mappings.sol
#	test/libsolidity/semanticTests/array/copying/bytes_memory_to_storage.sol
#	test/libsolidity/semanticTests/array/copying/bytes_storage_to_memory.sol
#	test/libsolidity/semanticTests/array/copying/bytes_storage_to_storage.sol
#	test/libsolidity/semanticTests/array/copying/calldata_array_dynamic_to_storage.sol
#	test/libsolidity/semanticTests/array/copying/calldata_array_of_struct_to_memory.sol
#	test/libsolidity/semanticTests/array/copying/calldata_array_static_to_memory.sol
#	test/libsolidity/semanticTests/array/copying/calldata_array_to_mapping.sol
#	test/libsolidity/semanticTests/array/copying/calldata_bytes_to_storage.sol
#	test/libsolidity/semanticTests/array/copying/calldata_dynamic_array_to_memory.sol
#	test/libsolidity/semanticTests/array/copying/cleanup_during_multi_element_per_slot_copy.sol
#	test/libsolidity/semanticTests/array/copying/copy_byte_array_in_struct_to_storage.sol
#	test/libsolidity/semanticTests/array/copying/copy_byte_array_to_storage.sol
#	test/libsolidity/semanticTests/array/copying/copy_function_internal_storage_array.sol
#	test/libsolidity/semanticTests/array/copying/copy_internal_function_array_to_storage.sol
#	test/libsolidity/semanticTests/array/copying/copy_removes_bytes_data.sol
#	test/libsolidity/semanticTests/array/copying/copying_bytes_multiassign.sol
#	test/libsolidity/semanticTests/array/copying/dirty_memory_bytes_to_storage_copy_ir.sol
#	test/libsolidity/semanticTests/array/copying/elements_of_nested_array_of_structs_calldata_to_storage.sol
#	test/libsolidity/semanticTests/array/copying/elements_of_nested_array_of_structs_memory_to_storage.sol
#	test/libsolidity/semanticTests/array/copying/function_type_array_to_storage.sol
#	test/libsolidity/semanticTests/array/copying/memory_dyn_2d_bytes_to_storage.sol
#	test/libsolidity/semanticTests/array/copying/nested_array_element_calldata_to_memory.sol
#	test/libsolidity/semanticTests/array/copying/nested_array_element_calldata_to_storage.sol
#	test/libsolidity/semanticTests/array/copying/nested_array_element_memory_to_memory.sol
#	test/libsolidity/semanticTests/array/copying/nested_array_element_memory_to_storage.sol
#	test/libsolidity/semanticTests/array/copying/nested_array_element_storage_to_memory.sol
#	test/libsolidity/semanticTests/array/copying/nested_array_element_storage_to_storage.sol
#	test/libsolidity/semanticTests/array/copying/nested_array_of_structs_calldata_to_memory.sol
#	test/libsolidity/semanticTests/array/copying/nested_array_of_structs_calldata_to_storage.sol
#	test/libsolidity/semanticTests/array/copying/nested_array_of_structs_memory_to_memory.sol
#	test/libsolidity/semanticTests/array/copying/nested_array_of_structs_memory_to_storage.sol
#	test/libsolidity/semanticTests/array/copying/nested_array_of_structs_storage_to_storage.sol
#	test/libsolidity/semanticTests/array/copying/nested_array_of_structs_with_nested_array_from_storage_to_memory.sol
#	test/libsolidity/semanticTests/array/copying/nested_dynamic_array_element_calldata_to_storage.sol
#	test/libsolidity/semanticTests/array/copying/storage_memory_nested.sol
#	test/libsolidity/semanticTests/array/copying/storage_memory_nested_bytes.sol
#	test/libsolidity/semanticTests/array/copying/storage_memory_nested_from_pointer.sol
#	test/libsolidity/semanticTests/array/copying/storage_memory_nested_struct.sol
#	test/libsolidity/semanticTests/array/copying/storage_memory_packed.sol
#	test/libsolidity/semanticTests/array/copying/storage_memory_packed_dyn.sol
#	test/libsolidity/semanticTests/array/create_dynamic_array_with_zero_length.sol
#	test/libsolidity/semanticTests/array/create_memory_array.sol
#	test/libsolidity/semanticTests/array/create_memory_array_too_large.sol
#	test/libsolidity/semanticTests/array/create_multiple_dynamic_arrays.sol
#	test/libsolidity/semanticTests/array/delete/bytes_delete_element.sol
#	test/libsolidity/semanticTests/array/delete/delete_bytes_array.sol
#	test/libsolidity/semanticTests/array/delete/delete_memory_array.sol
#	test/libsolidity/semanticTests/array/delete/delete_on_array_of_structs.sol
#	test/libsolidity/semanticTests/array/delete/delete_storage_array.sol
#	test/libsolidity/semanticTests/array/dynamic_array_cleanup.sol
#	test/libsolidity/semanticTests/array/dynamic_arrays_in_storage.sol
#	test/libsolidity/semanticTests/array/dynamic_multi_array_cleanup.sol
#	test/libsolidity/semanticTests/array/dynamic_out_of_bounds_array_access.sol
#	test/libsolidity/semanticTests/array/external_array_args.sol
#	test/libsolidity/semanticTests/array/fixed_array_cleanup.sol
#	test/libsolidity/semanticTests/array/fixed_arrays_as_return_type.sol
#	test/libsolidity/semanticTests/array/fixed_arrays_in_constructors.sol
#	test/libsolidity/semanticTests/array/fixed_arrays_in_storage.sol
#	test/libsolidity/semanticTests/array/fixed_bytes_length_access.sol
#	test/libsolidity/semanticTests/array/fixed_out_of_bounds_array_access.sol
#	test/libsolidity/semanticTests/array/function_array_cross_calls.sol
#	test/libsolidity/semanticTests/array/function_memory_array.sol
#	test/libsolidity/semanticTests/array/indexAccess/index_access.sol
#	test/libsolidity/semanticTests/array/indexAccess/inline_array_index_access_ints.sol
#	test/libsolidity/semanticTests/array/indexAccess/inline_array_index_access_strings.sol
#	test/libsolidity/semanticTests/array/indexAccess/memory_arrays_index_access_write.sol
#	test/libsolidity/semanticTests/array/inline_array_return.sol
#	test/libsolidity/semanticTests/array/inline_array_singleton.sol
#	test/libsolidity/semanticTests/array/inline_array_storage_to_memory_conversion_ints.sol
#	test/libsolidity/semanticTests/array/inline_array_storage_to_memory_conversion_strings.sol
#	test/libsolidity/semanticTests/array/inline_array_strings_from_document.sol
#	test/libsolidity/semanticTests/array/invalid_encoding_for_storage_byte_array.sol
#	test/libsolidity/semanticTests/array/memory.sol
#	test/libsolidity/semanticTests/array/pop/array_pop_array_transition.sol
#	test/libsolidity/semanticTests/array/pop/array_pop_empty_exception.sol
#	test/libsolidity/semanticTests/array/pop/array_pop_isolated.sol
#	test/libsolidity/semanticTests/array/pop/array_pop_uint16_transition.sol
#	test/libsolidity/semanticTests/array/pop/array_pop_uint24_transition.sol
#	test/libsolidity/semanticTests/array/pop/byte_array_pop.sol
#	test/libsolidity/semanticTests/array/pop/byte_array_pop_copy_long.sol
#	test/libsolidity/semanticTests/array/pop/byte_array_pop_empty_exception.sol
#	test/libsolidity/semanticTests/array/pop/byte_array_pop_isolated.sol
#	test/libsolidity/semanticTests/array/pop/byte_array_pop_long_storage_empty.sol
#	test/libsolidity/semanticTests/array/pop/byte_array_pop_long_storage_empty_garbage_ref.sol
#	test/libsolidity/semanticTests/array/pop/byte_array_pop_masking_long.sol
#	test/libsolidity/semanticTests/array/pop/byte_array_pop_storage_empty.sol
#	test/libsolidity/semanticTests/array/push/array_push.sol
#	test/libsolidity/semanticTests/array/push/array_push_nested_from_calldata.sol
#	test/libsolidity/semanticTests/array/push/array_push_packed_array.sol
#	test/libsolidity/semanticTests/array/push/array_push_struct.sol
#	test/libsolidity/semanticTests/array/push/array_push_struct_from_calldata.sol
#	test/libsolidity/semanticTests/array/push/byte_array_push.sol
#	test/libsolidity/semanticTests/array/push/byte_array_push_transition.sol
#	test/libsolidity/semanticTests/array/push/nested_bytes_push.sol
#	test/libsolidity/semanticTests/array/push/push_no_args_2d.sol
#	test/libsolidity/semanticTests/array/push/push_no_args_bytes.sol
#	test/libsolidity/semanticTests/array/reusing_memory.sol
#	test/libsolidity/semanticTests/array/short_fixed_array_cleanup.sol
#	test/libsolidity/semanticTests/array/slices/array_calldata_assignment.sol
#	test/libsolidity/semanticTests/array/storage_array_ref.sol
#	test/libsolidity/semanticTests/array/string_allocation_bug.sol
#	test/libsolidity/semanticTests/array/strings_in_struct.sol
#	test/libsolidity/semanticTests/asmForLoop/for_loop_break.sol
#	test/libsolidity/semanticTests/asmForLoop/for_loop_continue.sol
#	test/libsolidity/semanticTests/asmForLoop/for_loop_nested.sol
#	test/libsolidity/semanticTests/builtinFunctions/assignment_to_const_var_involving_keccak.sol
#	test/libsolidity/semanticTests/builtinFunctions/blockhash.sol
#	test/libsolidity/semanticTests/builtinFunctions/blockhash_shadow_resolution.sol
#	test/libsolidity/semanticTests/builtinFunctions/function_types_sig.sol
#	test/libsolidity/semanticTests/builtinFunctions/keccak256_empty.sol
#	test/libsolidity/semanticTests/builtinFunctions/keccak256_with_bytes.sol
#	test/libsolidity/semanticTests/builtinFunctions/msg_sig.sol
#	test/libsolidity/semanticTests/builtinFunctions/msg_sig_after_internal_call_is_same.sol
#	test/libsolidity/semanticTests/builtinFunctions/ripemd160_empty.sol
#	test/libsolidity/semanticTests/byte_array_to_storage_cleanup.sol
#	test/libsolidity/semanticTests/c99_scoping_activation.sol
#	test/libsolidity/semanticTests/calldata/calldata_array_index_range_access.sol
#	test/libsolidity/semanticTests/calldata/calldata_array_three_dimensional.sol
#	test/libsolidity/semanticTests/calldata/calldata_attached_to_bytes.sol
#	test/libsolidity/semanticTests/calldata/calldata_attached_to_dynamic_array_or_slice.sol
#	test/libsolidity/semanticTests/calldata/calldata_attached_to_static_array.sol
#	test/libsolidity/semanticTests/calldata/calldata_struct_cleaning.sol
#	test/libsolidity/semanticTests/calldata/copy_from_calldata_removes_bytes_data.sol
#	test/libsolidity/semanticTests/cleanup/bool_conversion_v2.sol
#	test/libsolidity/semanticTests/cleanup/cleanup_address_types_shortening.sol
#	test/libsolidity/semanticTests/cleanup/cleanup_address_types_v2.sol
#	test/libsolidity/semanticTests/cleanup/cleanup_bytes_types_shortening_newCodeGen.sol
#	test/libsolidity/semanticTests/cleanup/cleanup_bytes_types_v2.sol
#	test/libsolidity/semanticTests/cleanup/cleanup_in_compound_assign.sol
#	test/libsolidity/semanticTests/cleanup/exp_cleanup.sol
#	test/libsolidity/semanticTests/cleanup/exp_cleanup_direct.sol
#	test/libsolidity/semanticTests/cleanup/exp_cleanup_nonzero_base.sol
#	test/libsolidity/semanticTests/cleanup/exp_cleanup_smaller_base.sol
#	test/libsolidity/semanticTests/constantEvaluator/negative_fractional_mod.sol
#	test/libsolidity/semanticTests/constantEvaluator/rounding.sol
#	test/libsolidity/semanticTests/constants/asm_address_constant_regression.sol
#	test/libsolidity/semanticTests/constants/asm_constant_file_level.sol
#	test/libsolidity/semanticTests/constants/constant_string.sol
#	test/libsolidity/semanticTests/constants/constant_string_at_file_level.sol
#	test/libsolidity/semanticTests/constants/constant_variables.sol
#	test/libsolidity/semanticTests/constants/constants_at_file_level_referencing.sol
#	test/libsolidity/semanticTests/constants/consteval_array_length.sol
#	test/libsolidity/semanticTests/constants/function_unreferenced.sol
#	test/libsolidity/semanticTests/constants/same_constants_different_files.sol
#	test/libsolidity/semanticTests/constants/simple_constant_variables_test.sol
#	test/libsolidity/semanticTests/constructor/arrays_in_constructors.sol
#	test/libsolidity/semanticTests/constructor/base_constructor_arguments.sol
#	test/libsolidity/semanticTests/constructor/bytes_in_constructors_packer.sol
#	test/libsolidity/semanticTests/constructor/bytes_in_constructors_unpacker.sol
#	test/libsolidity/semanticTests/constructor/constructor_arguments_external.sol
#	test/libsolidity/semanticTests/constructor/constructor_arguments_internal.sol
#	test/libsolidity/semanticTests/constructor/constructor_function_complex.sol
#	test/libsolidity/semanticTests/constructor/constructor_static_array_argument.sol
#	test/libsolidity/semanticTests/constructor/evm_exceptions_in_constructor_call_fail.sol
#	test/libsolidity/semanticTests/constructor/function_usage_in_constructor_arguments.sol
#	test/libsolidity/semanticTests/constructor/functions_called_by_constructor.sol
#	test/libsolidity/semanticTests/constructor/functions_called_by_constructor_through_dispatch.sol
#	test/libsolidity/semanticTests/constructor/inline_member_init_inheritence_without_constructor.sol
#	test/libsolidity/semanticTests/constructor/no_callvalue_check.sol
#	test/libsolidity/semanticTests/constructor/payable_constructor.sol
#	test/libsolidity/semanticTests/constructor/store_function_in_constructor.sol
#	test/libsolidity/semanticTests/constructor/store_function_in_constructor_packed.sol
#	test/libsolidity/semanticTests/constructor/store_internal_unused_function_in_constructor.sol
#	test/libsolidity/semanticTests/constructor/store_internal_unused_library_function_in_constructor.sol
#	test/libsolidity/semanticTests/constructor_inheritance_init_order.sol
#	test/libsolidity/semanticTests/constructor_inheritance_init_order_2.sol
#	test/libsolidity/semanticTests/constructor_with_params.sol
#	test/libsolidity/semanticTests/constructor_with_params_diamond_inheritance.sol
#	test/libsolidity/semanticTests/constructor_with_params_inheritance.sol
#	test/libsolidity/semanticTests/deployedCodeExclusion/subassembly_deduplication.sol
#	test/libsolidity/semanticTests/dirty_calldata_bytes.sol
#	test/libsolidity/semanticTests/empty_contract.sol
#	test/libsolidity/semanticTests/empty_for_loop.sol
#	test/libsolidity/semanticTests/enums/constructing_enums_from_ints.sol
#	test/libsolidity/semanticTests/enums/enum_explicit_overflow.sol
#	test/libsolidity/semanticTests/enums/enum_explicit_overflow_homestead.sol
#	test/libsolidity/semanticTests/enums/enum_referencing.sol
#	test/libsolidity/semanticTests/enums/minmax.sol
#	test/libsolidity/semanticTests/enums/using_contract_enums_with_explicit_contract_name.sol
#	test/libsolidity/semanticTests/enums/using_enums.sol
#	test/libsolidity/semanticTests/enums/using_inherited_enum.sol
#	test/libsolidity/semanticTests/enums/using_inherited_enum_excplicitly.sol
#	test/libsolidity/semanticTests/errors/named_error_args.sol
#	test/libsolidity/semanticTests/errors/named_parameters_shadowing_types.sol
#	test/libsolidity/semanticTests/errors/panic_via_import.sol
#	test/libsolidity/semanticTests/errors/simple.sol
#	test/libsolidity/semanticTests/errors/using_structs.sol
#	test/libsolidity/semanticTests/errors/via_contract_type.sol
#	test/libsolidity/semanticTests/errors/via_import.sol
#	test/libsolidity/semanticTests/errors/weird_name.sol
#	test/libsolidity/semanticTests/events/event_dynamic_array_storage.sol
#	test/libsolidity/semanticTests/events/event_dynamic_array_storage_v2.sol
#	test/libsolidity/semanticTests/events/event_dynamic_nested_array_storage_v2.sol
#	test/libsolidity/semanticTests/events/event_emit_from_other_contract.sol
#	test/libsolidity/semanticTests/events/event_indexed_string.sol
#	test/libsolidity/semanticTests/events/event_selector.sol
#	test/libsolidity/semanticTests/exponentiation/literal_base.sol
#	test/libsolidity/semanticTests/exponentiation/signed_base.sol
#	test/libsolidity/semanticTests/exponentiation/small_exp.sol
#	test/libsolidity/semanticTests/expressions/bit_operators.sol
#	test/libsolidity/semanticTests/expressions/bytes_comparison.sol
#	test/libsolidity/semanticTests/expressions/conditional_expression_different_types.sol
#	test/libsolidity/semanticTests/expressions/conditional_expression_false_literal.sol
#	test/libsolidity/semanticTests/expressions/conditional_expression_functions.sol
#	test/libsolidity/semanticTests/expressions/conditional_expression_multiple.sol
#	test/libsolidity/semanticTests/expressions/conditional_expression_storage_memory_1.sol
#	test/libsolidity/semanticTests/expressions/conditional_expression_true_literal.sol
#	test/libsolidity/semanticTests/expressions/conditional_expression_tuples.sol
#	test/libsolidity/semanticTests/expressions/conditional_expression_with_return_values.sol
#	test/libsolidity/semanticTests/expressions/exp_operator_const.sol
#	test/libsolidity/semanticTests/expressions/exp_operator_const_signed.sol
#	test/libsolidity/semanticTests/expressions/exp_zero_literal.sol
#	test/libsolidity/semanticTests/expressions/inc_dec_operators.sol
#	test/libsolidity/semanticTests/expressions/uncalled_address_transfer_send.sol
#	test/libsolidity/semanticTests/externalContracts/FixedFeeRegistrar.sol
#	test/libsolidity/semanticTests/externalContracts/_prbmath/PRBMathCommon.sol
#	test/libsolidity/semanticTests/externalContracts/base64.sol
#	test/libsolidity/semanticTests/externalContracts/deposit_contract.sol
#	test/libsolidity/semanticTests/externalContracts/prbmath_signed.sol
#	test/libsolidity/semanticTests/externalContracts/prbmath_unsigned.sol
#	test/libsolidity/semanticTests/externalContracts/ramanujan_pi.sol
#	test/libsolidity/semanticTests/externalContracts/snark.sol
#	test/libsolidity/semanticTests/externalContracts/strings.sol
#	test/libsolidity/semanticTests/fallback/call_forward_bytes.sol
#	test/libsolidity/semanticTests/fallback/falback_return.sol
#	test/libsolidity/semanticTests/fallback/fallback_or_receive.sol
#	test/libsolidity/semanticTests/fallback/inherited.sol
#	test/libsolidity/semanticTests/fallback/short_data_calls_fallback.sol
#	test/libsolidity/semanticTests/freeFunctions/easy.sol
#	test/libsolidity/semanticTests/freeFunctions/free_namesake_contract_function.sol
#	test/libsolidity/semanticTests/freeFunctions/import.sol
#	test/libsolidity/semanticTests/freeFunctions/new_operator.sol
#	test/libsolidity/semanticTests/freeFunctions/overloads.sol
#	test/libsolidity/semanticTests/freeFunctions/recursion.sol
#	test/libsolidity/semanticTests/functionCall/array_multiple_local_vars.sol
#	test/libsolidity/semanticTests/functionCall/call_attached_library_function_on_function.sol
#	test/libsolidity/semanticTests/functionCall/call_attached_library_function_on_storage_variable.sol
#	test/libsolidity/semanticTests/functionCall/call_attached_library_function_on_string.sol
#	test/libsolidity/semanticTests/functionCall/call_function_returning_function.sol
#	test/libsolidity/semanticTests/functionCall/call_function_returning_nothing_via_pointer.sol
#	test/libsolidity/semanticTests/functionCall/call_internal_function_via_expression.sol
#	test/libsolidity/semanticTests/functionCall/call_options_overload.sol
#	test/libsolidity/semanticTests/functionCall/calling_nonexisting_contract_throws.sol
#	test/libsolidity/semanticTests/functionCall/calling_other_functions.sol
#	test/libsolidity/semanticTests/functionCall/calling_uninitialized_function.sol
#	test/libsolidity/semanticTests/functionCall/calling_uninitialized_function_in_detail.sol
#	test/libsolidity/semanticTests/functionCall/calling_uninitialized_function_through_array.sol
#	test/libsolidity/semanticTests/functionCall/conditional_with_arguments.sol
#	test/libsolidity/semanticTests/functionCall/creation_function_call_no_args.sol
#	test/libsolidity/semanticTests/functionCall/creation_function_call_with_args.sol
#	test/libsolidity/semanticTests/functionCall/creation_function_call_with_salt.sol
#	test/libsolidity/semanticTests/functionCall/disordered_named_args.sol
#	test/libsolidity/semanticTests/functionCall/external_call.sol
#	test/libsolidity/semanticTests/functionCall/external_call_at_construction_time.sol
#	test/libsolidity/semanticTests/functionCall/external_call_dynamic_returndata.sol
#	test/libsolidity/semanticTests/functionCall/external_call_to_nonexisting.sol
#	test/libsolidity/semanticTests/functionCall/external_call_to_nonexisting_debugstrings.sol
#	test/libsolidity/semanticTests/functionCall/external_call_value.sol
#	test/libsolidity/semanticTests/functionCall/external_function.sol
#	test/libsolidity/semanticTests/functionCall/external_public_override.sol
#	test/libsolidity/semanticTests/functionCall/failed_create.sol
#	test/libsolidity/semanticTests/functionCall/file_level_call_via_module.sol
#	test/libsolidity/semanticTests/functionCall/gas_and_value_basic.sol
#	test/libsolidity/semanticTests/functionCall/gas_and_value_brace_syntax.sol
#	test/libsolidity/semanticTests/functionCall/inheritance/base_base_overload.sol
#	test/libsolidity/semanticTests/functionCall/inheritance/base_overload.sol
#	test/libsolidity/semanticTests/functionCall/inheritance/call_base.sol
#	test/libsolidity/semanticTests/functionCall/inheritance/call_base_base.sol
#	test/libsolidity/semanticTests/functionCall/inheritance/call_base_base_explicit.sol
#	test/libsolidity/semanticTests/functionCall/inheritance/call_base_explicit.sol
#	test/libsolidity/semanticTests/functionCall/inheritance/call_unimplemented_base.sol
#	test/libsolidity/semanticTests/functionCall/inheritance/super_skip_unimplemented_in_abstract_contract.sol
#	test/libsolidity/semanticTests/functionCall/inheritance/super_skip_unimplemented_in_interface.sol
#	test/libsolidity/semanticTests/functionCall/mapping_array_internal_argument.sol
#	test/libsolidity/semanticTests/functionCall/member_accessors.sol
#	test/libsolidity/semanticTests/functionCall/multiple_functions.sol
#	test/libsolidity/semanticTests/functionCall/multiple_return_values.sol
#	test/libsolidity/semanticTests/functionCall/named_args.sol
#	test/libsolidity/semanticTests/functionCall/named_args_overload.sol
#	test/libsolidity/semanticTests/functionCall/send_zero_ether.sol
#	test/libsolidity/semanticTests/functionCall/transaction_status.sol
#	test/libsolidity/semanticTests/functionCall/value_test.sol
#	test/libsolidity/semanticTests/functionSelector/function_selector_via_contract_name.sol
#	test/libsolidity/semanticTests/functionTypes/address_member.sol
#	test/libsolidity/semanticTests/functionTypes/function_delete_stack.sol
#	test/libsolidity/semanticTests/functionTypes/function_delete_storage.sol
#	test/libsolidity/semanticTests/functionTypes/function_type_library_internal.sol
#	test/libsolidity/semanticTests/functionTypes/mapping_of_functions.sol
#	test/libsolidity/semanticTests/functionTypes/pass_function_types_externally.sol
#	test/libsolidity/semanticTests/functionTypes/pass_function_types_internally.sol
#	test/libsolidity/semanticTests/functionTypes/same_function_in_construction_and_runtime.sol
#	test/libsolidity/semanticTests/functionTypes/same_function_in_construction_and_runtime_equality_check.sol
#	test/libsolidity/semanticTests/functionTypes/selector_1.sol
#	test/libsolidity/semanticTests/functionTypes/selector_2.sol
#	test/libsolidity/semanticTests/functionTypes/store_function.sol
#	test/libsolidity/semanticTests/functionTypes/struct_with_external_function.sol
#	test/libsolidity/semanticTests/functionTypes/struct_with_functions.sol
#	test/libsolidity/semanticTests/functionTypes/uninitialized_internal_storage_function_call.sol
#	test/libsolidity/semanticTests/getters/bytes.sol
#	test/libsolidity/semanticTests/getters/string_and_bytes.sol
#	test/libsolidity/semanticTests/getters/value_types.sol
#	test/libsolidity/semanticTests/immutable/multi_creation.sol
#	test/libsolidity/semanticTests/immutable/use_scratch.sol
#	test/libsolidity/semanticTests/inheritance/access_base_storage.sol
#	test/libsolidity/semanticTests/inheritance/address_overload_resolution.sol
#	test/libsolidity/semanticTests/inheritance/base_access_to_function_type_variables.sol
#	test/libsolidity/semanticTests/inheritance/derived_overload_base_function_direct.sol
#	test/libsolidity/semanticTests/inheritance/derived_overload_base_function_indirect.sol
#	test/libsolidity/semanticTests/inheritance/explicit_base_class.sol
#	test/libsolidity/semanticTests/inheritance/inherited_constant_state_var.sol
#	test/libsolidity/semanticTests/inheritance/inherited_function.sol
#	test/libsolidity/semanticTests/inheritance/inherited_function_calldata_calldata_interface.sol
#	test/libsolidity/semanticTests/inheritance/inherited_function_calldata_memory_interface.sol
#	test/libsolidity/semanticTests/inheritance/inherited_function_from_a_library.sol
#	test/libsolidity/semanticTests/inheritance/inherited_function_through_dispatch.sol
#	test/libsolidity/semanticTests/inheritance/member_notation_ctor.sol
#	test/libsolidity/semanticTests/inheritance/overloaded_function_call_resolve_to_first.sol
#	test/libsolidity/semanticTests/inheritance/overloaded_function_call_resolve_to_second.sol
#	test/libsolidity/semanticTests/inheritance/overloaded_function_call_with_if_else.sol
#	test/libsolidity/semanticTests/inheritance/super_in_constructor.sol
#	test/libsolidity/semanticTests/inheritance/super_in_constructor_assignment.sol
#	test/libsolidity/semanticTests/inheritance/super_overload.sol
#	test/libsolidity/semanticTests/inheritance/value_for_constructor.sol
#	test/libsolidity/semanticTests/inlineAssembly/calldata_array_read.sol
#	test/libsolidity/semanticTests/inlineAssembly/calldata_length_read.sol
#	test/libsolidity/semanticTests/inlineAssembly/calldata_offset_read.sol
#	test/libsolidity/semanticTests/inlineAssembly/calldata_offset_read_write.sol
#	test/libsolidity/semanticTests/inlineAssembly/constant_access.sol
#	test/libsolidity/semanticTests/inlineAssembly/constant_access_referencing.sol
#	test/libsolidity/semanticTests/inlineAssembly/difficulty.sol
#	test/libsolidity/semanticTests/inlineAssembly/inline_assembly_embedded_function_call.sol
#	test/libsolidity/semanticTests/inlineAssembly/inline_assembly_for.sol
#	test/libsolidity/semanticTests/inlineAssembly/inline_assembly_for2.sol
#	test/libsolidity/semanticTests/inlineAssembly/inline_assembly_function_call.sol
#	test/libsolidity/semanticTests/inlineAssembly/inline_assembly_function_call2.sol
#	test/libsolidity/semanticTests/inlineAssembly/inline_assembly_function_call_assignment.sol
#	test/libsolidity/semanticTests/inlineAssembly/inline_assembly_if.sol
#	test/libsolidity/semanticTests/inlineAssembly/inline_assembly_in_modifiers.sol
#	test/libsolidity/semanticTests/inlineAssembly/inline_assembly_memory_access.sol
#	test/libsolidity/semanticTests/inlineAssembly/inline_assembly_read_and_write_stack.sol
#	test/libsolidity/semanticTests/inlineAssembly/inline_assembly_recursion.sol
#	test/libsolidity/semanticTests/inlineAssembly/inline_assembly_storage_access.sol
#	test/libsolidity/semanticTests/inlineAssembly/inline_assembly_storage_access_inside_function.sol
#	test/libsolidity/semanticTests/inlineAssembly/inline_assembly_storage_access_local_var.sol
#	test/libsolidity/semanticTests/inlineAssembly/inline_assembly_storage_access_via_pointer.sol
#	test/libsolidity/semanticTests/inlineAssembly/inline_assembly_switch.sol
#	test/libsolidity/semanticTests/inlineAssembly/inline_assembly_write_to_stack.sol
#	test/libsolidity/semanticTests/inlineAssembly/inlineasm_empty_let.sol
#	test/libsolidity/semanticTests/inlineAssembly/keccak256_assembly.sol
#	test/libsolidity/semanticTests/inlineAssembly/leave.sol
#	test/libsolidity/semanticTests/inlineAssembly/prevrandao.sol
#	test/libsolidity/semanticTests/inlineAssembly/shadowing_local_function_opcode.sol
#	test/libsolidity/semanticTests/inlineAssembly/slot_access_via_mapping_pointer.sol
#	test/libsolidity/semanticTests/inlineAssembly/truefalse.sol
#	test/libsolidity/semanticTests/integer/basic.sol
#	test/libsolidity/semanticTests/integer/int.sol
#	test/libsolidity/semanticTests/integer/many_local_variables.sol
#	test/libsolidity/semanticTests/integer/small_signed_types.sol
#	test/libsolidity/semanti…
@Skyge Skyge closed this Nov 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.