blob: 5f1d50efe8d09db9da878c23612130f8e4bb1a63 [file] [log] [blame]
// Purpose:
// Check that \DexDeclareFile changes the path of all succeeding commands
// to the file path it declares. Also check that dexter correctly accepts
// files with .dex extensions.
//
// UNSUPPORTED: system-darwin
//
//
// RUN: %dexter_regression_test -- %S | FileCheck %s
// CHECK: dex_and_source
int main() {
int result = 0;
return result;
}