blob: cf889f81f2fe3cc00cd6d3fa02e28dc52020cb0c [file] [log] [blame]
// Purpose:
// Check that \DexUnreachable has no effect if the command line is never
// stepped on.
//
// RUN: %dexter_regression_test -- %s | FileCheck %s
// CHECK: unreachable.cpp:
int main()
{
return 0;
return 1; // DexUnreachable()
}