clang-tidy-readability-iden.../expected/GlobalFunction.cpp

5 lines
44 B
C++
Raw Normal View History

int globalFunction() {
return 0;
}