Files
codeql/cpp/ql/test/examples/expressions/Cast.c
2018-08-02 17:53:23 +01:00

3 lines
45 B
C

void v(char *c, void *v) {
c = (char *)v;
}