mirror of
https://github.com/ldc-developers/ldc.git
synced 2025-05-05 01:20:51 +03:00
9 lines
144 B
D
9 lines
144 B
D
import ldc.attributes;
|
|
|
|
extern(C) @weak int weak_definition_four() {
|
|
return 4;
|
|
}
|
|
|
|
extern(C) @weak int weak_definition_seven() {
|
|
return 7;
|
|
}
|