mirror of
https://github.com/opnsense/src.git
synced 2026-02-28 04:10:49 -05:00
7 lines
173 B
C++
7 lines
173 B
C++
// RUN: clang-check "%s" -- -no-integrated-as -c 2>&1 | FileCheck %s
|
|
|
|
// CHECK: C++ requires
|
|
invalid;
|
|
|
|
// FIXME: This is incompatible to -fms-compatibility.
|
|
// XFAIL: win32
|