Type checker crashes when type-checking 0
literal
#63603
Labels
bug
A deviation from expected or documented behavior. Also: expected but undesirable behavior.
compiler
The Swift compiler itself
crash
Bug: A crash, i.e., an abnormal termination of software
literals
Feature → expressions: Literals such as an integer or string literal
numerics
Area → standard library: Numeric API
type checker
Area → compiler: Semantic analysis
Steps to reproduce:
Repro.swift
with this Swift code:Try to compile it with
swiftc -emit-library -module-name Swift -module-link-name swiftCore -parse-stdlib Repro.swift
Actual result
The text was updated successfully, but these errors were encountered: