summaryrefslogtreecommitdiff
path: root/Tests/CompatibleInterface/iface2.cpp
blob: a9b501508fa4cdc2baf888f8047763c5a5a50ae7 (plain)
1
2
3
4
5
6
7

#include "iface2.h"

int Iface2::foo()
{
  return 0;
}