Douglas Gregor | 4c2bcad | 2010-03-24 20:13:48 +0000 | [diff] [blame] | 1 | // RUN: %clangxx -nostdinc++ %s 2>&1 | FileCheck %s |
Douglas Gregor | e3e7d4e | 2010-03-24 20:45:20 +0000 | [diff] [blame] | 2 | // XFAIL: win32 |
Douglas Gregor | 4c2bcad | 2010-03-24 20:13:48 +0000 | [diff] [blame] | 3 | // CHECK: file not found |
4 | #include <vector> |