1 struct { 2 int zero; 3 int one; 4 int two; 5 double e; 6 int three; 7 double pi; 8 int four; 9 int five; 10 int six; 11 double tau; 12 } v; 13