summaryrefslogtreecommitdiff
path: root/Examples/test-suite/packageoption.h
blob: a7ef499aacd2e5e850cd9cb0c45ee5915cea8eb2 (plain)
1
2
3
4
5
class A
{
 public:
  int testInt() { return 2;}
};