//===----------------------------------------------------------------------===// // // The LLVM Compiler Infrastructure // // This file is dual licensed under the MIT and the University of Illinois Open // Source Licenses. See LICENSE.TXT for details. // //===----------------------------------------------------------------------===// // RUN: %compile -fsyntax-only #ifdef _MSC_VER #include #define _USE_MATH_DEFINES #include #ifndef M_PI #error M_PI not defined #endif #endif