DEBSOURCES
Skip Quicknav
sources / libgnatcoll / 1.7gpl2015-2 / testsuite / xref / M826-001 / foo.cpp
12345678910111213
#include "foo.hpp" void Foo::configure() { } bool Foo::operator== (int a) { return false; } int main() { Foo f; f.configure(); }