Home | History | Annotate | Download | only in Driver
      1 // RUN: %clang -ccc-print-options -working-directory "C:\Test" input 2>&1 | FileCheck %s
      2 // CHECK: Option 0 - Name: "-ccc-print-options", Values: {}
      3 // CHECK: Option 1 - Name: "-working-directory", Values: {"C:\Test"}
      4 // CHECK: Option 2 - Name: "<input>", Values: {"input"}
      5