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-03-06 15:49:08 +01:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
362e8f7dd2eb0bfc563ce90a523ce6a720246f88
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