We should add CI to this repository which runs the contained Slice files through each of our supported compilers.
Originally, I was thinking that just using the slicec binary would be sufficient, but this cannot validate language specific attributes. So, if it's not a terrible pain, the most correct approach would be to run these files through slicec-cs (and eventually slicec-rs) to check for any diagnostics.
I don't view "CI efficiency" as important for this repository, since it will very rarely see any changes.