aboutsummaryrefslogtreecommitdiff
path: root/Examples/test-suite/imports_a.h
blob: ea006b12cb47319ce2ba0397a18ccb9d72a01980 (plain)
1
2
3
4
5
6
7
class A { 
 public: 
  A() {}
  
  void hello() 
    {}
};