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
2025-12-17 01:03:14 +01:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
03ced1795a2c461d4a84808206fd8bfc7ea2d22c
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