mirror of
https://github.com/Gericom/teak-llvm.git
synced 2025-06-25 22:38:56 -04:00
4 lines
137 B
C
4 lines
137 B
C
// RUN: %clang -### -working-directory /no/such/dir/ input 2>&1 | FileCheck %s
|
|
|
|
//CHECK: no such file or directory: '/no/such/dir/input'
|