You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
6 lines
253 B
6 lines
253 B
4 months ago
|
// RUN: %clang -ivfsoverlay foo.h -### %s 2>&1 | FileCheck %s
|
||
|
// CHECK: "-ivfsoverlay" "foo.h"
|
||
|
|
||
|
// RUN: not %clang -ivfsoverlay foo.h %s 2>&1 | FileCheck -check-prefix=CHECK-MISSING %s
|
||
|
// CHECK-MISSING: virtual filesystem overlay file 'foo.h' not found
|