blob: 704752277047c5e7a4cb3db7cdf8e6e08fbcd337 [file] [log] [blame]
// 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")