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-07-07 20:45:28 +02:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
da5f664265e50ab60d3d65be17ca5a01a2f6428d
codeql
/
cpp
/
ql
/
test
/
examples
/
expressions
/
AddressOf.c
Dave Bartolomeo
3ebb7938f6
C++: Make IR dump and AST dump tests use the official graph query format
2018-08-16 10:14:56 -07:00
4 lines
41 B
C
Raw
Blame
History
void
AddressOf
(
int
i
)
{
int
*
j
=
&
i
;
}
Reference in New Issue
View Git Blame
Copy Permalink