#include #include "classe.h" #include "instancier.h" #include "unites.h" CLASSE(trop_grand); struct trop_grand { char vecteur[1000*MEGA]; }; int main(void) { INSTANCIER(trop_grand); return EXIT_SUCCESS; }