19 lines · cpp
1// Purpose:2// Check that \DexUnreachable correctly applies a penalty if the command3// line is stepped on.4//5// UNSUPPORTED: system-darwin6//7//8// RUN: %dexter_regression_test_cxx_build %s -o %t9// RUN: not %dexter_regression_test_run --binary %t -- %s | FileCheck %s10// CHECK: unreachable_on_line.cpp:11 12int13main()14{15 return 1; // DexLabel('this_one')16}17 18// DexUnreachable(on_line=ref('this_one'))19