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