libSDL2pp/cmake/attribute_deprecated_test.cc
2014-12-25 22:16:41 +03:00

8 lines
55 B
C++

[[deprecated]]
void f() {
}
int main() {
return 0;
}