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