blob: 8d271c028f4a402cef5a7872e3e473e764114e4c [file] [log] [blame]
// 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
func anchor() {}
anchor()