mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
8 lines
223 B
Swift
8 lines
223 B
Swift
// RUN: %target-repl-run-simple-swift | FileCheck %s
|
|
|
|
// REQUIRES: swift_repl
|
|
|
|
var tooLarge = 11111111111111111111111111111
|
|
// CHECK: error: integer literal '11111111111111111111111111111' overflows when stored into 'Int'
|
|
|