mirror of
https://github.com/xomboverlord/ldc.git
synced 2026-01-14 20:03:14 +01:00
8 lines
59 B
D
8 lines
59 B
D
module lib;
|
|
|
|
void lib_func()
|
|
{
|
|
int* p;
|
|
*p = 666;
|
|
}
|