forked from OSchip/llvm-project
5 lines
97 B
C++
5 lines
97 B
C++
![]() |
// RUN: %clangxx -nostdinc++ %s 2>&1 | FileCheck %s
|
||
|
|
||
|
// CHECK: file not found
|
||
|
#include <vector>
|