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