1 // RUN: %clang -### -working-directory /no/such/dir/ input 2>&1 | FileCheck %s 2 3 //CHECK: no such file or directory: '/no/such/dir/input' 4