mirror of
https://github.com/xomboverlord/ldc.git
synced 2026-06-17 06:04:09 +02:00
5 lines
74 B
D
5 lines
74 B
D
char[] foobar() {
|
|
return "foobar".dup;
|
|
}
|
|
const char[] foo = foobar();
|