Sign in
fuchsia
/
third_party
/
swift
/
d2aad4121cee4d6b65da6bd9e93d08ea57be24d7
/
.
/
test
/
Interpreter
/
repl_diagnostics.swift
blob: a996ae3777145f6360b596f1998f684f2758427e [
file
] [
log
] [
blame
]
// RUN: %target-repl-run-simple-swift | %FileCheck %s
// REQUIRES: swift_repl
var
tooLarge
=
11111111111111111111111111111
// CHECK: error: integer literal '11111111111111111111111111111' overflows when stored into 'Int'