Files
codeql/cpp/ql/test/library-tests/structs/compatible_routines/b.cpp
2018-08-02 17:53:23 +01:00

8 lines
80 B
C++

#include "a.h"
void f(Thing *thing) {
Foo f;
f.bar(thing);
baz(thing);
}