[Issue 24447] ImportC: extern symbols cannot have initializers

2024-07-21 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=24447 Dlang Bot changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Issue 24447] ImportC: extern symbols cannot have initializers

2024-07-21 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=24447 Dlang Bot changed: What|Removed |Added Keywords||pull --- Comment #2 from Dlang Bot ---

[Issue 24447] ImportC: extern symbols cannot have initializers

2024-03-21 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=24447 Carl Sturtivant changed: What|Removed |Added CC||sturtiv...@gmail.com --

[Issue 24447] ImportC: extern symbols cannot have initializers

2024-03-21 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=24447 --- Comment #1 from dave287...@gmail.com --- `extern int x = 3;` at file scope should be treated the same as `int x = 3;`. Section 6.9.2 defines the rules and has an example. --