bloat-buster/tests/type_alias.bbb
David Gonzalez Martin 3cbd427f14
All checks were successful
CI / ci (ReleaseFast, ubuntu-latest) (push) Successful in 2m20s
CI / ci (ReleaseSmall, ubuntu-latest) (push) Successful in 2m18s
CI / ci (ReleaseSafe, ubuntu-latest) (push) Successful in 2m24s
CI / ci (Debug, ubuntu-latest) (push) Successful in 3m35s
Introduce typealias
2025-04-20 20:08:12 -06:00

7 lines
74 B
Plaintext

int = typealias s32;
[export] main = fn [cc(c)] () int
{
return 0;
}