mirror of
https://github.com/dlang/dmd.git
synced 2025-04-26 21:21:48 +03:00

The few tests have been left in place, as they don't currently fail. They can be removed when the feature itself is removed. The failure happens at parse time (not semantic), as it's the stage the failure will trigger at when the feature is removed.
4 lines
185 B
Text
4 lines
185 B
Text
Deprecated `extern(Pascal)` linkage
|
|
|
|
This linkage is completely unused, being an heritage from a few decades ago.
|
|
Additionally, it's only supported by DMD and cause mangling ambiguity.
|