int main(int argc, char **argv) { typedef struct TESTFM{int one; int two;} testfm; struct TESTFM data; data.one = 1; data.two = 2; return(0); }