mirror of
https://github.com/mirror/tinycc.git
synced 2026-08-22 11:23:27 +08:00
That, as well as "sym = expr", if expr contains symbols. Slightly tricky because a definition from .set is overridable, whereas proper definitions aren't. This doesn't yet allow using this for override tricks from C and global asm blocks because the symbol tables from C and asm are separate.