mirror of
https://github.com/ldc-developers/ldc.git
synced 2025-05-05 09:31:03 +03:00
9 lines
119 B
D
9 lines
119 B
D
import ldc.attributes;
|
|
|
|
extern(C) @weak int return_two() {
|
|
return 1;
|
|
}
|
|
|
|
extern(C) int return_seven() {
|
|
return 7;
|
|
}
|