1 2#include "cmp0022ifacelib_export.h" 3 4struct CMP0022Iface 5{ 6 int Value; 7}; 8 9CMP0022Iface CMP0022IFACELIB_EXPORT cmp0022iface(); 10 11