Clang Project

clang_source_code/tools/scan-build-py/tests/functional/src/main.c
1int main()
2{
3    return 0;
4}
5