#include #include #include "obj.h" using namespace std; int main() { obj a[] = {10, 20, 30}; return EXIT_SUCCESS; }