xref: /xnu-8792.61.2/tests/bounded_ptr_03.cpp (revision 42e220869062b56f8d7d0726fd4c88954f87902c)
1*42e22086SApple OSS Distributions //
2*42e22086SApple OSS Distributions // Make sure that the forward declaration header can be included in C++03.
3*42e22086SApple OSS Distributions //
4*42e22086SApple OSS Distributions 
5*42e22086SApple OSS Distributions #include <libkern/c++/bounded_ptr_fwd.h>
6*42e22086SApple OSS Distributions #include <darwintest.h>
7*42e22086SApple OSS Distributions 
8*42e22086SApple OSS Distributions T_DECL(fwd_decl_cxx03, "bounded_ptr.fwd_decl.cxx03") {
9*42e22086SApple OSS Distributions 	T_PASS("bounded_ptr.fwd_decl.cxx03 compiled successfully");
10*42e22086SApple OSS Distributions }
11