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
b55526aa58a5b500fe5d1be2c7edd09075711d09
codeql
/
cpp
/
ql
/
test
/
examples
/
expressions
/
ReferenceTo.cpp
Pavel Avgustinov
b55526aa58
QL code and tests for C#/C++/JavaScript.
2018-08-02 17:53:23 +01:00
3 lines
31 B
C++
Raw
Blame
History
int
&
v
(
int
*
i
)
{
return
*
i
;
}
Reference in New Issue
View Git Blame
Copy Permalink