summaryrefslogtreecommitdiff
path: root/spec/name.fspec
blob: a725f09e4e0452c58d34b4011aa9ee15cfcc583d (plain)
1
2
3
4
5
6
7
8
struct name {
   u8 name[28] | encoding('ascii') str; // The encoding actually depends on ROM region
   u32 id;
};

struct dat {
   struct name name[until (false)];
};