mirror of
https://github.com/xomboverlord/ldc.git
synced 2026-01-30 19:43:13 +01:00
Initial commit after moving to Tango instead of Phobos. Lots of bugfixes... This build is not suitable for most things.
9 lines
77 B
D
9 lines
77 B
D
extern(C)
|
|
{
|
|
private extern int integer;
|
|
}
|
|
|
|
void func()
|
|
{
|
|
integer++;
|
|
} |