bolt/deps/llvm-18.1.8/clang/test/Headers/tgmath-darwin.c

13 lines
331 B
C
Raw Normal View History

2025-02-14 19:21:04 +01:00
// REQUIRES: system-darwin
// RUN: %clang -target x86_64-apple-darwin11 -fsyntax-only -std=c11 -isysroot %S/Inputs %s
#include <tgmath.h>
// Test the #include_next of tgmath.h works on Darwin.
#ifndef SYS_TGMATH_H
#error "SYS_TGMATH_H not defined"
#endif
#ifndef __CLANG_TGMATH_H
#error "__CLANG_TGMATH_H not defined"
#endif