summaryrefslogtreecommitdiff
path: root/Tests/StagingPrefix/Producer/bar.cpp
blob: 6bb8abecd6861afe4a05a95b6405a6358e16aafc (plain)
1
2
3
4
5
6
7

#include "bar.h"

int Bar::bar()
{
  return 0;
}