1 2#include "onlyplainlib2.h" 3 4OnlyPlainLib1 onlyPlainLib2() 5{ 6 OnlyPlainLib1 opl1; 7 return opl1; 8} 9 10