Compiler exit with non-zero code #68916
Labels
bug
A deviation from expected or documented behavior. Also: expected but undesirable behavior.
compiler
The Swift compiler itself
declarations
Feature: declarations
patterns
Feature: patterns
properties
Feature: properties
SILGen
Area → compiler: The SIL generation stage
struct
Feature → type declarations: Structure declarations
swift 5.9
tuple patterns
Feature → patterns: Tuple patterns
type declarations
Feature → declarations: Type declarations
unexpected behavior
Bug: Unexpected behavior or incorrect output
Description
When compiling the following code, the compiler exit with non-zero code.
Steps to reproduce
Compile the above on the command line and run the resulting executable to see it output this:
Expected behavior
Compiler should not exit abnormally.
The text was updated successfully, but these errors were encountered: