mirror of
https://github.com/opnsense/src.git
synced 2026-02-28 12:20:54 -05:00
4 lines
112 B
C++
4 lines
112 B
C++
// RUN: %clangxx -nostdinc++ %s 2>&1 | FileCheck %s
|
|
// XFAIL: win32
|
|
// CHECK: file not found
|
|
#include <vector>
|