macro_rules! builtin_file {
($name: literal) => { ... };
($name: literal, $content: expr) => { ... };
}
Expand description
Declare a built-in file.
All built-in files declared this way that gets linked will be accessible with
/__builtin__/<file name>
path when handled by parts of OT that allows built-in files.