Files
codeql/cpp/ql/test/query-tests/Summary/short-file.cpp

4 lines
38 B
C++

int g(float x) {
return (int)x;
}