minix/external/bsd/llvm/dist/clang/test/Frontend/output-failures.c

5 lines
201 B
C
Raw Normal View History

// RUN: not %clang_cc1 -emit-llvm -o %S/doesnotexist/somename %s 2> %t
// RUN: FileCheck -check-prefix=OUTPUTFAIL -input-file=%t %s
// OUTPUTFAIL: Error opening output file '{{.*}}doesnotexist{{.*}}'