LDC 0.11.0 release process

David Nadlinger see at klickverbot.at
Sun May 12 05:30:42 PDT 2013


On Sunday, 12 May 2013 at 12:27:21 UTC, David Nadlinger wrote:
> s/GC/TLS/

Test case:
---
extern(C) int printf(const char*, ...);

void foo()() {
     static int i;
     printf("%x\n", &i);
}

void main() {
     foo();
}
---

David


More information about the digitalmars-d-ldc mailing list