How about we introduce a `.section` pragma for `var` and `let`. You can take 
the address of `let` via `unsafeAddr`. We need to map `.section` to some GCC 
annotation. Well we already have `.codegenDecl` for this... Probably the 
biggest problem is that `let` produces significantly different code than 
`const`... Hmm

Reply via email to