blob: a28f67a1387babb422e995d3c91e1fe51b061677 [file] [log] [blame]
// UNSUPPORTED: win32
// RUN: not %swiftc_driver -emit-executable -o %t.exe %s -Xfrontend -debug-crash-immediately 2>&1 | %FileCheck %s
// RUN: not %swiftc_driver -emit-executable -o %t.exe %s -Xfrontend -debug-crash-after-parse 2>&1 | %FileCheck %s
// CHECK: error: compile command failed due to signal {{-?[0-9]+}}
func anchor() {}
anchor()