bstruct_test.bstruct 177 B

12345678910
  1. structure str0 ("int n") {
  2. "int" x["n"];
  3. };
  4. structure str1 ("int nb, int nc, int m") {
  5. "int" a;
  6. "char" b["nb"];
  7. "double" c["nc"];
  8. structure str0("m") d;
  9. };