DEBSOURCES
Skip Quicknav
sources / camlidl / 1.13-1 / tests / hdirect / test024.idl
123456789
import "test023.idl"; interface foo { typedef struct _cp { [ref]struct _pt* p; int col; } ColourPoint; }