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