Help for this page
typedef struct { float one; ... int three; /* 3 */ bool potato; /* true */ } struct_name_with_comments;
$VAR1 = 'struct_name_with_comments'; $VAR2 = [ ... ['int', 'three', 3], ['bool', 'potato', 'false'] ];