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

7 lines
89 B
C++

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