Warning, /sdk/codevis/lvtclp/systemtests/classes_within_classes/README.md is written in an unsupported language. File is not indexed.

0001 This is a small test project that creates two packages,
0002 one that defines a vehicle, and another that defines an actor.
0003 an actor can have a vehicle, andr drive it around.
0004 the vehicle has tires, and gas.
0005 
0006 It's important that the projects have zero includes from the system
0007 because those can change between compilers, and we want something
0008 that can be stable for testing purposes, so there will not be
0009 any output from the application.
0010 
0011 We are not interested in correct code - the implementations
0012 can be empty, but we need to take inconsideration the `uses in implementation`
0013 features, so not completely empty.