cxx/test/depr/depr.c.headers/assert_h.pass.cpp

21 lines
447 B
C++
Raw Normal View History

//===----------------------------------------------------------------------===//
//
// The LLVM Compiler Infrastructure
//
// This file is distributed under the University of Illinois Open Source
// License. See LICENSE.TXT for details.
//
//===----------------------------------------------------------------------===//
// test <assert.h>
#include <assert.h>
#ifndef assert
#error assert not defined
#endif
int main()
{
}