6 lines
61 B
C++
6 lines
61 B
C++
|
|
__declspec(deprecated) void f();
|
||
|
|
|
||
|
|
int main() {
|
||
|
|
return 0;
|
||
|
|
}
|