mirror of
https://github.com/xomboverlord/ldc.git
synced 2026-01-12 02:43:14 +01:00
10 lines
110 B
D
10 lines
110 B
D
module tangotests.debug6;
|
|
|
|
void main()
|
|
{
|
|
char[] str = "hello world :)";
|
|
|
|
int* fail;
|
|
*fail = 32;
|
|
}
|