]> git.saurik.com Git - apple/xnu.git/blame - tests/bounded_ptr_03.cpp
xnu-7195.101.1.tar.gz
[apple/xnu.git] / tests / bounded_ptr_03.cpp
CommitLineData
f427ee49
A
1//
2// Make sure that the forward declaration header can be included in C++03.
3//
4
5#include <libkern/c++/bounded_ptr_fwd.h>
6#include <darwintest.h>
7
8T_DECL(fwd_decl_cxx03, "bounded_ptr.fwd_decl.cxx03") {
9 T_PASS("bounded_ptr.fwd_decl.cxx03 compiled successfully");
10}