mirror of
https://github.com/Stichting-MINIX-Research-Foundation/netbsd.git
synced 2025-08-13 16:09:46 -04:00
7 lines
165 B
C++
7 lines
165 B
C++
// RUN: not %clang_cc1 -fsyntax-only -fms-compatibility -triple i686-win32 %s 2>&1 \
|
|
// RUN: | FileCheck %s
|
|
|
|
#include "Inputs\success.h"
|
|
|
|
// CHECK: error: success
|