# RTTI

test: .SYMBOLIC test.exe
    test.exe

objects = main.obj user.obj impl.obj

cpp_options = -zq -w4 -xr -xs -d1

!include ../cppexamp.mif
