libSDL2pp/cmake/attribute_deprecated_test.cc
2015-09-17 16:02:36 +03:00

8 lines
62 B
C++

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