blob: 48f56b7d0452fb30aab5b114ea3429187e424469 [file] [log] [blame]
// Purpose:
// Check that \DexUnreachable correctly applies a penalty if the command
// line is stepped on.
//
// UNSUPPORTED: system-darwin
//
//
// RUN: not %dexter_regression_test -- %s | FileCheck %s
// CHECK: unreachable.cpp:
int
main()
{
return 1; // DexUnreachable()
}