This website requires JavaScript.
Explore
Help
Register
Sign In
hohn
/
codeql
Watch
1
Star
0
Fork
0
You've already forked codeql
mirror of
https://github.com/github/codeql.git
synced
2026-02-12 13:11:20 +01:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
5531ef9bc15cbd9dd348f3ea0b583e89f3fc2a24
codeql
/
cpp
/
ql
/
test
/
library-tests
/
ir
/
multiple-entry-points
/
test2.cpp
Jeroen Ketema
8cfd19cf2f
C++: Add multiple entry point test
2024-10-31 10:55:48 +01:00
4 lines
31 B
C++
Raw
Blame
History
int
foo
(
int
i
)
{
return
i
;
}
Reference in New Issue
View Git Blame
Copy Permalink