blob: b24b6c0c720045067ae6600b1a4024bed3f611bb [file] [log] [blame]
// REQUIRES: system-darwin
// RUN: %clang -target x86_64-apple-darwin10 -fsyntax-only -std=c11 -isysroot %S/Inputs %s
#include <tgmath.h>
// Test the #include_next on tgmath.h works on Darwin.
#ifndef SYS_TGMATH_H
#error "SYS_TGMATH_H not defined"
#endif
#ifndef __TGMATH_H
#error "__TGMATH_H not defined"
#endif