mirror of
https://github.com/dlang/dmd.git
synced 2025-04-27 05:30:13 +03:00
9 lines
120 B
D
9 lines
120 B
D
|
|
import std.stdio;
|
|
import importc_test;
|
|
|
|
int main()
|
|
{
|
|
intptr_t iptr = cast(intptr_t)(&someCodeInC);
|
|
return 0;
|
|
}
|