8 lines
88 B
C
8 lines
88 B
C
__declspec(dllimport) void bar();
|
|
|
|
int main(int ac, char** av)
|
|
{
|
|
bar();
|
|
return 0;
|
|
}
|