mirror of
https://github.com/dlang/dmd.git
synced 2025-04-26 05:00:16 +03:00
7 lines
107 B
D
7 lines
107 B
D
// EXTRA_FILES: imports/link14074z.d
|
|
import imports.link14074z;
|
|
|
|
void main()
|
|
{
|
|
replaceAllWith!()(1);
|
|
}
|