Record MyStruct

struct MyStruct {
  int a;
  /* Full declaration omitted */ 
}

Description

This is an example structure

Fields

int a