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