darling-xnu/tests/bounded_ptr_03.cpp
2023-05-16 21:41:14 -07:00

11 lines
266 B
C++

//
// Make sure that the forward declaration header can be included in C++03.
//
#include <libkern/c++/bounded_ptr_fwd.h>
#include <darwintest.h>
T_DECL(fwd_decl_cxx03, "bounded_ptr.fwd_decl.cxx03") {
T_PASS("bounded_ptr.fwd_decl.cxx03 compiled successfully");
}