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