Raw File
serialized-module-shared.slang
struct Thing
{
    int a;
    int b;
};
back to top