summaryrefslogtreecommitdiff
path: root/tests/projects/c++/shared_library_export_all/src/bar.h
blob: 5abca5a30b37fcc23ec7ea2d0034d7393985ab32 (plain)
1
2
3
4
class bar {
  public:
    static int add(int a, int b);
};