Files:
tests/test-nullptr-c++.cc
tests/macros.h

Status:
c++-test

Depends-on:
ansi-c++-opt

configure.ac:

Makefile.am:
if ANSICXX
TESTS += test-nullptr-c++
check_PROGRAMS += test-nullptr-c++
test_nullptr_c___SOURCES = test-nullptr-c++.cc
endif
