mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
This allows us to inline transparent functions and emit diagnostics in SIL diagnostic passes. Fixes rdar://15209827 Swift SVN r9280
7 lines
183 B
Swift
7 lines
183 B
Swift
// RUN: %swift -repl < %s 2>&1 | FileCheck %s
|
|
// REQUIRES: swift_repl
|
|
|
|
var tooLarge = 11111111111111111111111111111
|
|
// CHECK: error: integer literal overflows when stored into 'Int'
|
|
|