1 2#include "depifaceonly_export.h" 3 4struct DEPIFACEONLY_EXPORT DepIfaceOnly 5{ 6 int foo(); 7}; 8 9