minix/external/bsd/libc++/dist/libcxx/test/language.support/support.types/null.pass.cpp

19 lines
437 B
C++
Raw Normal View History

//===----------------------------------------------------------------------===//
//
// 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.
//
//===----------------------------------------------------------------------===//
#include <cstddef>
#ifndef NULL
#error NULL not defined
#endif
int main()
{
}