/* * words. * */ struct foo { int first_number; int second_number; }; int x; struct foo y;