DEBSOURCES
Skip Quicknav
sources / coccinelle / 1.3.0.deb-1 / cpptests / inh1.cpp
12345678
// emits warning on c++ file: 5: list of length 3 or 4 expected #include <iostream> using namespace std; struct A { }; struct B : public A { }; int main() { }