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