mirror of
https://github.com/reactos/CMake.git
synced 2024-11-25 20:49:41 +00:00
dd043c3f21
Record the features implemented by GNU 4.9 and Clang 3.4.
12 lines
78 B
C++
12 lines
78 B
C++
|
|
[[deprecated]]
|
|
int foo()
|
|
{
|
|
return 0;
|
|
}
|
|
|
|
int someFunc()
|
|
{
|
|
return foo();
|
|
}
|