codepad
[
create a new paste
]
login
|
about
Link:
http://codepad.org/LEoNUOXG
[
raw code
|
fork
]
D
,
pasted on Sep 7:
1
2
3
4
5
6
7
8
module
driver
;
extern
(
C
)
void
test
();
void
main
()
{
test
();
}
Create a new paste based on this one
Comments: