mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
9 lines
330 B
Swift
9 lines
330 B
Swift
// RUN: not %swiftc_driver -emit-executable -o %t.exe %s -Xfrontend -debug-assert-immediately 2>&1 | %FileCheck %s
|
|
// RUN: not %swiftc_driver -emit-executable -o %t.exe %s -Xfrontend -debug-assert-after-parse 2>&1 | %FileCheck %s
|
|
|
|
// REQUIRES: asserts
|
|
|
|
// CHECK: error: compile command failed due to signal
|
|
|
|
print("Hello, World")
|